diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-01-18 00:39:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-02-01 02:23:43 +0100 |
commit | 6d453b9e3007da2c6cd8b71883505c381f0e0004 (patch) | |
tree | ef4d11da426e7fe9be62e44785833964c554b535 /drivers/usb/input/yealink.c | |
parent | [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c (diff) | |
download | linux-6d453b9e3007da2c6cd8b71883505c381f0e0004.tar.xz linux-6d453b9e3007da2c6cd8b71883505c381f0e0004.zip |
[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 <alan@redhat.com>
Acked-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/input/yealink.c')
0 files changed, 0 insertions, 0 deletions