summaryrefslogtreecommitdiff
path: root/protos.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-17 20:31:28 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-18 16:39:08 +0200
commitfa71d0f64d30ab81e35942a5a3bb77c464d2ad51 (patch)
treecfe160576f9555ac571f200b8f2e6edd744d0e66 /protos.h
parentecc2fd769331d1285997e3b644df329d36c840d9 (diff)
flowtop: Use new colors naming & helpers
Use new colors definitions via enum variables instead of numbers which helps to undrerstand better which kind of color is used. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'protos.h')
0 files changed, 0 insertions, 0 deletions
diff)
regulator: twl6030: fix range comparison, allowing vsel = 59
The range min_uV > 1350000 && min_uV <= 150000 is never reachable because of a typo in the previous range check and hence vsel = 59 is never reached. Fix the previous range check to enable the vsel = 59 setting. Fixes CoverityScan CID#728454 ("Logially dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/usb/musb/musbhsdma.c')