projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be80c0
)
[PATCH] qla trivial iomem annotation
author
Al Viro
<viro@www.linux.org.uk>
Tue, 26 Apr 2005 14:43:43 +0000
(07:43 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 26 Apr 2005 14:43:43 +0000
(07:43 -0700)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/qla2xxx/qla_sup.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_sup.c
b/drivers/scsi/qla2xxx/qla_sup.c
index 0e75fbb77b6b62aded55bc6188861a81c82bb69c..32583bbb487f876dfe100944935caada140011f7 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_sup.c
+++ b/
drivers/scsi/qla2xxx/qla_sup.c
@@
-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;