aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-05-24 02:05:24 -0700
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-26 11:30:57 -0400
commit644e02ea147f8bea18800107f443ea5fa7f17f4f (patch)
treed2e0bdf7b4090f57a8acf6e4245041deb5b03b46 /drivers/ieee1394
parent[SCSI] Add target alloc/destroy callbacks to the host template (diff)
downloadlinux-dev-644e02ea147f8bea18800107f443ea5fa7f17f4f.tar.xz
linux-dev-644e02ea147f8bea18800107f443ea5fa7f17f4f.zip
[SCSI] git-scsi-misc-sbp2-warning-fix
drivers/ieee1394/sbp2.c: In function `sbp2_check_sbp2_response': drivers/ieee1394/sbp2.c:2154: warning: unused variable `device_type' Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r--drivers/ieee1394/sbp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index 094e646ed4de..aa941025072e 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
@@ -2151,7 +2151,6 @@ static void sbp2_check_sbp2_response(struct scsi_id_instance_data *scsi_id,
struct scsi_cmnd *SCpnt)
{
u8 *scsi_buf = SCpnt->request_buffer;
- u8 device_type = SBP2_DEVICE_TYPE (scsi_id->sbp2_device_type_and_lun);
SBP2_DEBUG("sbp2_check_sbp2_response");