[PATCH] fix warning: unused variable ‘log_info’ drivers/message/fusion/mptsas.c

From: helight
Date: Mon Apr 04 2011 - 08:18:23 EST


fix warning: unused variable â??log_infoâ?? drivers/message/fusion/mptsas.c

Signed-off-by: helight <helight@xxxxxxxxx>
---
drivers/message/fusion/mptsas.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c
index 8aefb18..431092b 100644
--- a/drivers/message/fusion/mptsas.c
+++ b/drivers/message/fusion/mptsas.c
@@ -5009,13 +5009,13 @@ 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;

vtarget = mptsas_find_vtarget(ioc, channel, id);
if (vtarget) {
+ u32 log_info = le32_to_cpu(reply->IOCLogInfo);
devtprintk(ioc, printk(MYIOC_s_DEBUG_FMT
"LogInfo (0x%x) available for "
"INTERNAL_DEVICE_RESET"
--
1.6.0.2


--------------010401090803050009050503--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/