| commit | b32adaf212f545a028c39a464fe0e3377a2f9b7c | [log] [tgz] |
|---|---|---|
| author | Alexander Viro <viro@www.linux.org.uk> | Sun Apr 03 18:06:39 2005 -0700 |
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Apr 03 18:06:39 2005 -0700 |
| tree | c8cca25be4d9b26dd010f62aaee03791a13431ee | |
| parent | 63c706b924ed0422b6816a72b8704bc3ed872792 [diff] |
[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>