summaryrefslogtreecommitdiff
path: root/timer.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-27 16:27:17 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-27 16:27:17 +0200
commit613be40b15d8e645a188a003b2b125b2e3aced8b (patch)
tree35b6249f7c392e3c49def91d0d3688974e4461fa /timer.c
parentd312a25879d5826ff1ca638410bbd36ba2619d93 (diff)
pkt_buff: Change type of link_type field
The link type is handled as uint32_t in the rest of the code base so use that type here as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'timer.c')
0 files changed, 0 insertions, 0 deletions
e-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/console.c')