Loading arch/sparc/include/asm/floppy_32.h +4 −4 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ static unsigned char sun_82072_fd_inb(int port) return sun_fdc->data_82072; case 7: /* FD_DIR */ return sun_read_dir(); }; } panic("sun_82072_fd_inb: How did I get here?"); } Loading @@ -161,7 +161,7 @@ static void sun_82072_fd_outb(unsigned char value, int port) case 4: /* FD_STATUS */ sun_fdc->status_82072 = value; break; }; } return; } Loading @@ -186,7 +186,7 @@ static unsigned char sun_82077_fd_inb(int port) return sun_fdc->data_82077; case 7: /* FD_DIR */ return sun_read_dir(); }; } panic("sun_82077_fd_inb: How did I get here?"); } Loading @@ -212,7 +212,7 @@ static void sun_82077_fd_outb(unsigned char value, int port) case 3: /* FD_TDR */ sun_fdc->tapectl_82077 = value; break; }; } return; } Loading arch/sparc/include/asm/floppy_64.h +2 −2 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ static unsigned char sun_82077_fd_inb(unsigned long port) case 7: /* FD_DIR */ /* XXX: Is DCL on 0x80 in sun4m? */ return sbus_readb(&sun_fdc->dir_82077); }; } panic("sun_82072_fd_inb: How did I get here?"); } Loading @@ -135,7 +135,7 @@ static void sun_82077_fd_outb(unsigned char value, unsigned long port) case 4: /* FD_STATUS */ sbus_writeb(value, &sun_fdc->status_82077); break; }; } return; } Loading arch/sparc/include/asm/system_32.h +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int switch (size) { case 4: return xchg_u32(ptr, x); }; } __xchg_called_with_bad_pointer(); return x; } Loading arch/sparc/include/asm/system_64.h +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, return xchg32(ptr, x); case 8: return xchg64(ptr, x); }; } __xchg_called_with_bad_pointer(); return x; } Loading arch/sparc/kernel/apc.c +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ static long apc_ioctl(struct file *f, unsigned int cmd, unsigned long __arg) default: return -EINVAL; }; } return 0; } Loading Loading
arch/sparc/include/asm/floppy_32.h +4 −4 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ static unsigned char sun_82072_fd_inb(int port) return sun_fdc->data_82072; case 7: /* FD_DIR */ return sun_read_dir(); }; } panic("sun_82072_fd_inb: How did I get here?"); } Loading @@ -161,7 +161,7 @@ static void sun_82072_fd_outb(unsigned char value, int port) case 4: /* FD_STATUS */ sun_fdc->status_82072 = value; break; }; } return; } Loading @@ -186,7 +186,7 @@ static unsigned char sun_82077_fd_inb(int port) return sun_fdc->data_82077; case 7: /* FD_DIR */ return sun_read_dir(); }; } panic("sun_82077_fd_inb: How did I get here?"); } Loading @@ -212,7 +212,7 @@ static void sun_82077_fd_outb(unsigned char value, int port) case 3: /* FD_TDR */ sun_fdc->tapectl_82077 = value; break; }; } return; } Loading
arch/sparc/include/asm/floppy_64.h +2 −2 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ static unsigned char sun_82077_fd_inb(unsigned long port) case 7: /* FD_DIR */ /* XXX: Is DCL on 0x80 in sun4m? */ return sbus_readb(&sun_fdc->dir_82077); }; } panic("sun_82072_fd_inb: How did I get here?"); } Loading @@ -135,7 +135,7 @@ static void sun_82077_fd_outb(unsigned char value, unsigned long port) case 4: /* FD_STATUS */ sbus_writeb(value, &sun_fdc->status_82077); break; }; } return; } Loading
arch/sparc/include/asm/system_32.h +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int switch (size) { case 4: return xchg_u32(ptr, x); }; } __xchg_called_with_bad_pointer(); return x; } Loading
arch/sparc/include/asm/system_64.h +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, return xchg32(ptr, x); case 8: return xchg64(ptr, x); }; } __xchg_called_with_bad_pointer(); return x; } Loading
arch/sparc/kernel/apc.c +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ static long apc_ioctl(struct file *f, unsigned int cmd, unsigned long __arg) default: return -EINVAL; }; } return 0; } Loading