Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68258
b: refs/heads/master
c: 8f3dc13
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 69173b3 commit 5c3c291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3fae6d163f4647e9390eac3f2a1201e91cd6669
refs/heads/master: 8f3dc1371efb5fd5f1dc02b2a01da589f2d220a0
2 changes: 2 additions & 0 deletions trunk/arch/sh/boards/se/7206/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ port2adr(unsigned int port)
return (volatile __u16 *) (PA_MRSHPC + (port - 0x2000));
else if (port >= 0x300 && port < 0x310)
return (volatile __u16 *) (PA_SMSC + (port - 0x300));

return (volatile __u16 *)port;
}

unsigned char se7206_inb(unsigned long port)
Expand Down

0 comments on commit 5c3c291

Please sign in to comment.