commit | 25458eb791acf0e5e65183c5adb3918d8d71d756 | [log] [tgz] |
---|---|---|
author | Christof Schmitt <christof.schmitt@de.ibm.com> | Tue Nov 24 16:54:02 2009 +0100 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:02:04 2009 -0600 |
tree | e634ee6be885b096c8a8840f6b6a1184d1fb341d | |
parent | b42aeceb35c59484056b0eea81203a0911ebb50d [diff] |
[SCSI] zfcp: Access ports and units with container_of in sysfs code When accessing port and unit attributes, use container_of instead of dev_get_drvdata. This eliminates some code checker warnings about aliased access of data structures. Reviewed-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>