commit | 8d6a9f5676f0e734967ac3739f5c6a28a0b047d9 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Wed Jul 01 11:31:27 2015 +0200 |
committer | James Bottomley <JBottomley@Odin.com> | Wed Aug 12 16:03:13 2015 -0700 |
tree | 6629070fdf46544c0a33aaa53cad18fc3c9baf90 | |
parent | cb1cf0804fe582f8a626c3cc591cb3127536137c [diff] |
storvsc: use shost_for_each_device() instead of open coding Comment in struct Scsi_Host says that drivers are not supposed to access __devices directly. storvsc_host_scan() doesn't happen in irq context so we can just use shost_for_each_device(). Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Long Li <longli@microsoft.com> Acked-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>