git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab3b0be
)
[SCSI] ibmvstgt: set up scsi_host properly before __scsi_alloc_queue
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Sat, 1 Mar 2008 06:36:34 +0000
(15:36 +0900)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 3 Mar 2008 19:19:03 +0000
(13:19 -0600)
Before calling __scsi_alloc_queue, scsi_host->shost_gendev.parent must
be initialized properly.
This patch moves __scsi_alloc_queue after scsi_add_host (like
initiator drivers do).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found