From: Jeff Garzik Date: Sun, 27 May 2007 11:09:18 +0000 (-0400) Subject: firewire: fix return code X-Git-Tag: v2.6.22-rc4~97^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350958f984268dcf0f087aac78c5b9fe2846aeff;p=pandora-kernel.git 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 Signed-off-by: Stefan Richter --- Reading git-diff-tree failed