mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
cyclades: use ioremap_nocache for clarity as proposed
Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
15ed6cc0ba
commit
cd989b3a8c
@ -4556,7 +4556,7 @@ static int __init cy_detect_isa(void)
|
||||
return nboard;
|
||||
|
||||
/* probe for CD1400... */
|
||||
cy_isa_address = ioremap(isa_address, CyISA_Ywin);
|
||||
cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
|
||||
if (cy_isa_address == NULL) {
|
||||
printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
|
||||
"address\n");
|
||||
|
Loading…
Reference in New Issue
Block a user