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:
9a60731
)
firewire: fix return code
author
Jeff Garzik
<jeff@garzik.org>
Sun, 27 May 2007 11:09:18 +0000
(07:09 -0400)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 27 May 2007 21:21:01 +0000
(23:21 +0200)
Fix this warning on x86-64
drivers/firewire/fw-cdev.c:798: warning: initialization from incompatible pointer type
by making the return code of ioctl_send_request() the same as all the
other ioctl_xxx() return codes.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found