Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328896
b: refs/heads/master
c: ca579c9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Sep 24, 2012
1 parent 0d02bb4 commit 2186286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cb45214960bc989af8b911ebd77da541c797717d
refs/heads/master: ca579c9f136af4274ccfd1bcaee7f38a29a0e2e9
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_cfdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void zfcp_cfdc_adapter_access_changed(struct zfcp_adapter *adapter)
}
read_unlock_irqrestore(&adapter->port_list_lock, flags);

shost_for_each_device(sdev, port->adapter->scsi_host) {
shost_for_each_device(sdev, adapter->scsi_host) {
zfcp_sdev = sdev_to_zfcp(sdev);
status = atomic_read(&zfcp_sdev->status);
if ((status & ZFCP_STATUS_COMMON_ACCESS_DENIED) ||
Expand Down

0 comments on commit 2186286

Please sign in to comment.