diff options
author | Lee Jones <[email protected]> | 2012-12-10 08:55:52 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2012-12-10 23:12:41 +0900 |
commit | ad0b8b9e82b63ad2cc5e6822448adc897f49a5c4 (patch) | |
tree | 2e32a9604aecb94190ac6ecf02de948875a9cf5d /fs/jbd2/commit.c | |
parent | ec4f7b88b4a89253ec922d48f77b269ce5cffc2c (diff) |
regulator: gpio-regulator: Fix logical error in for() loop
The cond-statement of this particular for() loop will always be
true as long as at least one voltage-shifting GPIO is present.
If it wasn't for the break below, we'd be stuck in a forever loop.
This patch inserts the correct cond-statement into the statement.
Cc: Mark Brown <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions