Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95213
b: refs/heads/master
c: cd989b3
h: refs/heads/master
i:
  95211: 1ef41c0
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Apr 30, 2008
1 parent 9c9d4be commit 473cb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15ed6cc0ba6b7beaf31c6756b0c838188800051b
refs/heads/master: cd989b3a8c30148c872c7677c7a0415584f1658c
2 changes: 1 addition & 1 deletion trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 473cb4f

Please sign in to comment.