From 9c75f8e19077233eb4d186e099215b57bb950ffa Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Wed, 8 Feb 2012 21:41:04 +0100 Subject: [PATCH] --- yaml --- r: 296605 b: refs/heads/master c: 0cf0d815ba0d09281c5671b82a83c4220a606dc4 h: refs/heads/master i: 296603: 7b468d074cca0b7a2cf4b26cfafdac41dde2d3a2 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-lpc32xx/clock.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f213c159ce16..6009ac996a7d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ee1c5716d10e30269b64e393cc4a5bf17afee38 +refs/heads/master: 0cf0d815ba0d09281c5671b82a83c4220a606dc4 diff --git a/trunk/arch/arm/mach-lpc32xx/clock.c b/trunk/arch/arm/mach-lpc32xx/clock.c index 1e027514096d..39dcbd0e68b2 100644 --- a/trunk/arch/arm/mach-lpc32xx/clock.c +++ b/trunk/arch/arm/mach-lpc32xx/clock.c @@ -903,8 +903,6 @@ static inline void clk_unlock(void) static void local_clk_disable(struct clk *clk) { - WARN_ON(clk->usecount == 0); - /* Don't attempt to disable clock if it has no users */ if (clk->usecount > 0) { clk->usecount--;