From 350958f984268dcf0f087aac78c5b9fe2846aeff Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 27 May 2007 07:09:18 -0400 Subject: [PATCH] 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-format-patch failed