* [PATCH 2/4] megaraid_sas: Remove unused variables in megasas_instance
@ 2014-06-20 0:31 adam radford
2014-06-26 1:51 ` Martin K. Petersen
0 siblings, 1 reply; 2+ messages in thread
From: adam radford @ 2014-06-20 0:31 UTC (permalink / raw)
To: linux-scsi, kashyap.desai, sumit.saxena, uday.lingala
[-- Attachment #1: Type: text/plain, Size: 715 bytes --]
James/linux-scsi,
The following patch for megaraid_sas removes some unused variables
from the megasas_instance structure.
Signed-off-by: Adam Radford <aradford@gmail.com>
diff -Naur scsi-for-next.old/drivers/scsi/megaraid/megaraid_sas.h
scsi-for-next.new/drivers/scsi/megaraid/megaraid_sas.h
--- scsi-for-next.old/drivers/scsi/megaraid/megaraid_sas.h 2014-06-19
15:03:05.000000000 -0700
+++ scsi-for-next.new/drivers/scsi/megaraid/megaraid_sas.h 2014-06-19
15:30:49.334075830 -0700
@@ -1633,8 +1633,6 @@
struct timer_list sriov_heartbeat_timer;
char skip_heartbeat_timer_del;
u8 requestorId;
- u64 initiator_sas_address;
- u64 ld_sas_address[64];
char PlasmaFW111;
char mpio;
int throttlequeuedepth;
[-- Attachment #2: megaraid_sas.patch2 --]
[-- Type: application/octet-stream, Size: 541 bytes --]
diff -Naur scsi-for-next.old/drivers/scsi/megaraid/megaraid_sas.h scsi-for-next.new/drivers/scsi/megaraid/megaraid_sas.h
--- scsi-for-next.old/drivers/scsi/megaraid/megaraid_sas.h 2014-06-19 15:03:05.000000000 -0700
+++ scsi-for-next.new/drivers/scsi/megaraid/megaraid_sas.h 2014-06-19 15:30:49.334075830 -0700
@@ -1633,8 +1633,6 @@
struct timer_list sriov_heartbeat_timer;
char skip_heartbeat_timer_del;
u8 requestorId;
- u64 initiator_sas_address;
- u64 ld_sas_address[64];
char PlasmaFW111;
char mpio;
int throttlequeuedepth;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-26 1:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 0:31 [PATCH 2/4] megaraid_sas: Remove unused variables in megasas_instance adam radford
2014-06-26 1:51 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox