Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 644e02ea authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley
Browse files

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent a283bd37
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");