[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <B2FD678A64EAAD45B089B123FDFC3ED70157F09DC3@inbmail01.lsi.com>
Date: Wed, 4 May 2011 17:10:03 +0530
From: "Desai, Kashyap" <Kashyap.Desai@....com>
To: Borislav Petkov <bp@...64.org>, "Moore, Eric" <Eric.Moore@....com>
CC: Borislav Petkov <borislav.petkov@....com>,
Support <support@....com>,
DL-MPT Fusion Linux <DL-MPTFusionLinux@....com>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"James.Bottomley@...senPartnership.com"
<James.Bottomley@...senPartnership.com>
Subject: RE: [PATCH] mptsas: Fix annoying warning
Please consider this patch as an ACKed.
~ Kashyap
> -----Original Message-----
> From: Borislav Petkov [mailto:bp@...64.org]
> Sent: Monday, May 02, 2011 8:20 PM
> To: Moore, Eric
> Cc: Borislav Petkov; Support; DL-MPT Fusion Linux; linux-
> scsi@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: [PATCH] mptsas: Fix annoying warning
>
> From: Borislav Petkov <borislav.petkov@....com>
>
> Shut up
>
> drivers/message/fusion/mptsas.c: In function 'mptsas_event_process':
> drivers/message/fusion/mptsas.c:5015: warning: unused variable
> 'log_info'
>
> for configs with CONFIG_SCSI_MPT2SAS_LOGGING unset.
>
> Signed-off-by: Borislav Petkov <borislav.petkov@....com>
> ---
> drivers/message/fusion/mptsas.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/message/fusion/mptsas.c
> b/drivers/message/fusion/mptsas.c
> index 66f9412..7596aec 100644
> --- a/drivers/message/fusion/mptsas.c
> +++ b/drivers/message/fusion/mptsas.c
> @@ -5012,7 +5012,6 @@ mptsas_event_process(MPT_ADAPTER *ioc,
> EventNotificationReply_t *reply)
> (ioc_stat & MPI_IOCSTATUS_FLAG_LOG_INFO_AVAILABLE)) {
> VirtTarget *vtarget = NULL;
> u8 id, channel;
> - u32 log_info = le32_to_cpu(reply->IOCLogInfo);
>
> id = sas_event_data->TargetID;
> channel = sas_event_data->Bus;
> @@ -5023,7 +5022,8 @@ mptsas_event_process(MPT_ADAPTER *ioc,
> EventNotificationReply_t *reply)
> "LogInfo (0x%x) available for "
> "INTERNAL_DEVICE_RESET"
> "fw_id %d fw_channel %d\n", ioc->name,
> - log_info, id, channel));
> + le32_to_cpu(reply->IOCLogInfo),
> + id, channel));
> if (vtarget->raidVolume) {
> devtprintk(ioc, printk(MYIOC_s_DEBUG_FMT
> "Skipping Raid Volume for inDMD\n",
> --
> 1.7.4.rc2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists