summaryrefslogtreecommitdiff
path: root/bpfc.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-05-09 14:40:53 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-05-09 14:40:53 +0200
commit9118e9e8673eb88ebf4f7af33d8ed9856f3ed554 (patch)
tree52f87ffbcf3c733bb7ab442d4fa29decd628dfbe /bpfc.8
parente13c1210b41efa98d1d2d30571e4df0e8ed2a0c1 (diff)
netsniff-ng 0.5.9v0.5.9
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc.8')
0 files changed, 0 insertions, 0 deletions
a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/serial/usb-serial.c?h=nds-private-remove&id=b98acbff9a05b371c5f0ca6e44a3af8ce9274379&id2=d00b74613fb18dfd0a5aa99270ee2e72d5c808d7'>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/serial/usb-serial.c')