projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230e886
)
[SCSI] ipr: use LIST_HEAD instead of LIST_HEAD_INIT
author
Denis Cheng
<crquan@gmail.com>
Fri, 14 Dec 2007 00:14:27 +0000
(16:14 -0800)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Sat, 12 Jan 2008 00:28:15 +0000
(18:28 -0600)
Signed-off-by: Denis Cheng <crquan@gmail.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/ipr.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ipr.c
b/drivers/scsi/ipr.c
index
0841df0
..
9018ee8
100644
(file)
--- a/
drivers/scsi/ipr.c
+++ b/
drivers/scsi/ipr.c
@@
-84,7
+84,7
@@
/*
* Global Data
*/
-static
struct list_head ipr_ioa_head = LIST_HEAD_INIT
(ipr_ioa_head);
+static
LIST_HEAD
(ipr_ioa_head);
static unsigned int ipr_log_level = IPR_DEFAULT_LOG_LEVEL;
static unsigned int ipr_max_speed = 1;
static int ipr_testmode = 0;