projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cbfea8
)
megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation().
author
Adam Radford
<
[email protected]
>
Wed, 9 Jul 2014 22:17:57 +0000
(15:17 -0700)
committer
Christoph Hellwig
<
[email protected]
>
Tue, 16 Sep 2014 16:09:53 +0000
(09:09 -0700)
The following patch for megaraid_sas adds a missing initial call to
megasas_get_ld_vf_affiliation() at the end of megasas_probe_one().
Signed-off-by: Adam Radford <
[email protected]
>
Reviewed-by: Martin K. Petersen <
[email protected]
>
Signed-off-by: Christoph Hellwig <
[email protected]
>
drivers/scsi/megaraid/megaraid_sas_base.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/megaraid/megaraid_sas_base.c
b/drivers/scsi/megaraid/megaraid_sas_base.c
index 24e4116d2f4b0358649b12d3db2706109d7531b7..3970002ba4e56757ae150f1f57cea95aa1962244 100644
(file)
--- a/
drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/
drivers/scsi/megaraid/megaraid_sas_base.c
@@
-4984,6
+4984,10
@@
retry_irq_register:
goto fail_start_aen;
}
+ /* Get current SR-IOV LD/VF affiliation */
+ if (instance->requestorId)
+ megasas_get_ld_vf_affiliation(instance, 1);
+
return 0;
fail_start_aen: