diff --git a/[refs] b/[refs] index 65064a813849..f28231ca7a5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c3fae6d163f4647e9390eac3f2a1201e91cd6669 +refs/heads/master: 8f3dc1371efb5fd5f1dc02b2a01da589f2d220a0 diff --git a/trunk/arch/sh/boards/se/7206/io.c b/trunk/arch/sh/boards/se/7206/io.c index eb30dc2df96f..1308e618e044 100644 --- a/trunk/arch/sh/boards/se/7206/io.c +++ b/trunk/arch/sh/boards/se/7206/io.c @@ -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)