[PATCH] usblcd portability fix
commitb32adaf212f545a028c39a464fe0e3377a2f9b7c
authorAlexander Viro <viro@www.linux.org.uk>
Mon, 4 Apr 2005 01:06:39 +0000 (3 18:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 4 Apr 2005 01:06:39 +0000 (3 18:06 -0700)
treec8cca25be4d9b26dd010f62aaee03791a13431ee
parent63c706b924ed0422b6816a72b8704bc3ed872792
[PATCH] usblcd portability fix

usblcd.c passes address of size_t variable to function that expects int
*.  That breaks on 64bit big-endian, obviously.  Fixed, along with the
usb-skeleton.c - that's where the bug had been copied from.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
drivers/usb/misc/usblcd.c
drivers/usb/usb-skeleton.c