This is a note to let you know that I've just added the patch titled
[SCSI] mvsas: remove unused variable in mvs_task_exec()
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mvsas-remove-unused-variable-in-mvs_task_exec.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From cca85013ef54f66eb4616e6f3860549a96c8338b Mon Sep 17 00:00:00 2001
From: Dan Carpenter <[email protected]>
Date: Thu, 21 Jun 2012 23:36:35 -0700
Subject: [SCSI] mvsas: remove unused variable in mvs_task_exec()
From: Dan Carpenter <[email protected]>
commit cca85013ef54f66eb4616e6f3860549a96c8338b upstream.
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 <[email protected]>
Cc: Xiangliang Yu <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/scsi/mvsas/mv_sas.c | 1 -
1 file changed, 1 deletion(-)
--- 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
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;
Patches currently in stable-queue which might be from [email protected]
are
queue-3.4/drivers-leds-leds-lp5521.c-fix-lp5521_read-error-handling.patch
queue-3.4/mvsas-remove-unused-variable-in-mvs_task_exec.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html