long vs. unsigned long - low-hanging fruits in drivers
deal with signedness of the stuff passed to set_bit() et.al. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -136,7 +136,7 @@ static int sizeof_bootstrap = 375;
|
||||
|
||||
|
||||
static struct dsp56k_device {
|
||||
long in_use;
|
||||
unsigned long in_use;
|
||||
long maxio, timeout;
|
||||
int tx_wsize, rx_wsize;
|
||||
} dsp56k;
|
||||
|
Reference in New Issue
Block a user