diff options
author | Andreas Ruprecht <rupran@einserver.de> | 2011-11-27 23:17:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-29 10:12:06 +0900 |
commit | 3b724ca14565747926c23af1fa1afb1848c3f448 (patch) | |
tree | b9e2fd6b22e5ec186badbfb9f3d8df23a295cd80 /drivers/net/hyperv/netvsc.c | |
parent | 359f9caa4df27ca0546a787d086f4c06306300b6 (diff) |
Staging: iio/accel: Changed data type of val in store_measurement_mode to u8
The code in sca3000_store_measurement_mode() uses the variable val to
do bitwise operations with an int mask and or-s it into st->rx[0] which
is an entry in a u8 array (see sca3000.h).
This means up to now values larger than a u8 were silently ignored and
just the lower 8 bits counted into the value that was written into
st->rx[0]. This code will return -ERANGE if the value in buf was too
large to fit into a u8.
Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/net/hyperv/netvsc.c')
0 files changed, 0 insertions, 0 deletions