Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15179
b: refs/heads/master
c: cd03066
h: refs/heads/master
i:
  15177: da8a51a
  15175: 5f13eec
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent d5b0524 commit 37f1f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e896fd9861181140617aa9ff3a54dac25e46351d
refs/heads/master: cd0306656c15f355e0e533cc0f08691bb98ca912
4 changes: 2 additions & 2 deletions trunk/drivers/video/cyber2000fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb)
* I/O cycles storing into a reserved memory space at
* physical address 0x3000000
*/
unsigned char *iop;
unsigned char __iomem *iop;

iop = ioremap(0x3000000, 0x5000);
if (iop == NULL) {
Expand All @@ -1526,7 +1526,7 @@ static int cyberpro_pci_enable_mmio(struct cfb_info *cfb)
writeb(EXT_BIU_MISC, iop + 0x3ce);
writeb(EXT_BIU_MISC_LIN_ENABLE, iop + 0x3cf);

iounmap((void *)iop);
iounmap(iop);
#else
/*
* Most other machine types are "normal", so
Expand Down

0 comments on commit 37f1f9f

Please sign in to comment.