Skip to content

Commit

Permalink
[SCSI] qla trivial iomem annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Al Viro authored and James Bottomley committed May 20, 2005
1 parent 56b5871 commit 93fc429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_sup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 93fc429

Please sign in to comment.