diff options
Diffstat (limited to 'arch/arm/mach-omap2/vc.c')
-rw-r--r-- | arch/arm/mach-omap2/vc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c index 162ee9f..04a50fa 100644 --- a/arch/arm/mach-omap2/vc.c +++ b/arch/arm/mach-omap2/vc.c @@ -260,7 +260,7 @@ static int omap_vc_bypass_send_value(struct voltagedomain *voltdm, * NOTE: This is legacy code. The loop count and retry count needs * to be revisited. */ - while (!(vc_bypass_value & vc_valid)) { + while (vc_bypass_value & vc_valid) { loop_cnt++; if (retries_cnt > 10) { |