linux/drivers/firewire
Jeff Garzik 350958f984 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>
2007-05-27 23:21:01 +02:00
..
Kconfig firewire: prefix modules with firewire- instead of fw- 2007-05-27 23:21:01 +02:00
Makefile firewire: prefix modules with firewire- instead of fw- 2007-05-27 23:21:01 +02:00
fw-card.c firewire: Always use parens with sizeof. 2007-05-10 18:24:14 +02:00
fw-cdev.c firewire: fix return code 2007-05-27 23:21:01 +02:00
fw-device.c firewire: Always use parens with sizeof. 2007-05-10 18:24:14 +02:00
fw-device.h firewire: Clean up comment style. 2007-05-10 18:24:13 +02:00
fw-iso.c firewire: Clean up comment style. 2007-05-10 18:24:13 +02:00
fw-ohci.c firewire: Add missing byteswapping for receive DMA programs. 2007-05-27 23:21:00 +02:00
fw-ohci.h firewire: Implement basic isochronous receive functionality. 2007-03-09 22:02:58 +01:00
fw-sbp2.c firewire: Always use parens with sizeof. 2007-05-10 18:24:14 +02:00
fw-topology.c firewire: Always use parens with sizeof. 2007-05-10 18:24:14 +02:00
fw-topology.h firewire: Coding style cleanup: no spaces after function names. 2007-05-10 18:24:13 +02:00
fw-transaction.c firewire: Always use parens with sizeof. 2007-05-10 18:24:14 +02:00
fw-transaction.h firewire: Break out shared IEEE1394 constant to separate header file. 2007-05-10 18:24:13 +02:00