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:
@@ -626,7 +626,7 @@ typedef struct {
|
||||
|
||||
struct amb_dev {
|
||||
u8 irq;
|
||||
long flags;
|
||||
unsigned long flags;
|
||||
u32 iobase;
|
||||
u32 * membase;
|
||||
|
||||
|
Reference in New Issue
Block a user