git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27362d4
)
usb: fix warning in usbtest module v2
author
Greg Dietsche
<Gregory.Dietsche@cuw.edu>
Mon, 9 May 2011 03:51:43 +0000
(22:51 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 10 May 2011 21:14:59 +0000
(14:14 -0700)
On amd64 unsigned is not as wide as pointer and this causes a compiler
warning. Switching to unsigned long corrects the problem.
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/usbtest.c
patch
|
blob
|
history
diff --cc
drivers/usb/misc/usbtest.c
Simple merge