* [PATCH] scsi/mvsas: Remove an unused variable
@ 2012-04-30 10:52 joseph daniel
0 siblings, 0 replies; only message in thread
From: joseph daniel @ 2012-04-30 10:52 UTC (permalink / raw)
To: James E.J. Bottomley, Xiangliang Yu, Dan Williams, joseph daniel,
James Bottomley, linux-scsi, linux-kernel
the pointer of type struct domain_device is not used anywhere in the code.
Signed-off-by: joseph daniel <josephdanielwalter@gmail.com>
---
drivers/scsi/mvsas/mv_sas.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c
index fd3b283..3006ec9 100644
--- a/drivers/scsi/mvsas/mv_sas.c
+++ b/drivers/scsi/mvsas/mv_sas.c
@@ -885,7 +885,6 @@ static int mvs_task_exec(struct sas_task *task, const int num, gfp_t gfp_flags,
struct completion *completion, int is_tmf,
struct mvs_tmf_task *tmf)
{
- struct domain_device *dev = task->dev;
struct mvs_info *mvi = NULL;
u32 rc = 0;
u32 pass = 0;
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-30 10:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-30 10:52 [PATCH] scsi/mvsas: Remove an unused variable joseph daniel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).