mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
[SCSI] qla trivial iomem annotation
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
56b5871223
commit
93fc4294fc
@ -85,7 +85,7 @@ qla2x00_unlock_nvram_access(scsi_qla_host_t *ha)
|
||||
void
|
||||
qla2x00_release_nvram_protection(scsi_qla_host_t *ha)
|
||||
{
|
||||
device_reg_t *reg;
|
||||
device_reg_t __iomem *reg;
|
||||
uint32_t word;
|
||||
|
||||
reg = ha->iobase;
|
||||
|
Loading…
Reference in New Issue
Block a user