more trivial signedness fixes in drivers

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2007-10-14 19:35:40 +01:00
committed by Linus Torvalds
parent 64a6f9500d
commit b4482a4b2e
11 changed files with 14 additions and 12 deletions

View File

@@ -950,7 +950,7 @@ ignore:
void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value)
{
struct input_dev *input;
int *quirks = &hid->quirks;
unsigned *quirks = &hid->quirks;
if (!field->hidinput)
return;