aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorAlan Cox <[email protected]>2006-01-17 15:39:25 -0800
committerGreg Kroah-Hartman <[email protected]>2006-01-31 17:23:43 -0800
commit6d453b9e3007da2c6cd8b71883505c381f0e0004 (patch)
treeef4d11da426e7fe9be62e44785833964c554b535 /scripts/basic
parent5d68dfcf3a1c2c4a74e6f08362ade5b97637147d (diff)
[PATCH] USB: libusual: fix warning on 64bit boxes
We cast an int to a void * which not unreasonably makes gcc suspicious. We don't actually care what type "type" is so use unsigned long so it matches pointer length on all platforms. Signed-off-by: Alan Cox <[email protected]> Acked-by: Pete Zaitcev <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions