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:
4fea074
)
staging/ft1000-usb: fix build warnings
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 30 Sep 2010 08:24:09 +0000
(10:24 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 5 Oct 2010 15:50:14 +0000
(08:50 -0700)
This lets us see clearer when stuff breaks.
Most of the changes are fixes for casts between int and pointer
that don't work on 64 bit.
The ioctl function uses a large amount of stack, which gets
fixed by allocating the buffer dynamically.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found