[SCSI] mvsas: remove unused variable in mvs_task_exec()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 22 Jun 2012 06:36:35 +0000 (23:36 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 20 Jul 2012 07:58:54 +0000 (08:58 +0100)
commitcca85013ef54f66eb4616e6f3860549a96c8338b
treee99f65570e348bbede1bf34314793d85edfb3574
parentf0bf750c2d25c3a2131ececbff63c7878e0e3765
[SCSI] mvsas: remove unused variable in mvs_task_exec()

We don't use "dev" any more after 07ec747a5f ("libsas: remove
ata_port.lock management duties from lldds") and it causes a compile
warning.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mvsas/mv_sas.c