]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: fix return code
authorJeff Garzik <jeff@garzik.org>
Sun, 27 May 2007 11:09:18 +0000 (07:09 -0400)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 27 May 2007 21:21:01 +0000 (23:21 +0200)
commit4dd690ac47e9b252f3bdec0516f60ebe2e55eb70
tree9093fb2aaaea2e1f5cf078cb9c9c6aec9591c419
parenteb1d6a65bd4c55d77702c050b72586e5de129ef0
firewire: fix return code

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>
drivers/firewire/fw-cdev.c