diff options
author | Corey Minyard <cminyard@mvista.com> | 2012-12-18 14:21:19 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-11 09:03:49 -0800 |
commit | 4a16c403b4eed0a8519969ede7617f616336570a (patch) | |
tree | 480d494d600bc4144b11dffa7fdb0df0d90dea42 /MAINTAINERS | |
parent | 9b7b38a408b548f91d0de7506cd4ffeb91f5cef0 (diff) | |
download | kernel_samsung_smdk4412-4a16c403b4eed0a8519969ede7617f616336570a.zip kernel_samsung_smdk4412-4a16c403b4eed0a8519969ede7617f616336570a.tar.gz kernel_samsung_smdk4412-4a16c403b4eed0a8519969ede7617f616336570a.tar.bz2 |
CRIS: fix I/O macros
commit c24bf9b4cc6a0f330ea355d73bfdf1dae7e63a05 upstream.
The inb/outb macros for CRIS are broken from a number of points of view,
missing () around parameters and they have an unprotected if statement
in them. This was breaking the compile of IPMI on CRIS and thus I was
being annoyed by build regressions, so I fixed them.
Plus I don't think they would have worked at all, since the data values
were missing "&" and the outsl had a "3" instead of a "4" for the size.
From what I can tell, this stuff is not used at all, so this can't be
any more broken than it was before, anyway.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <starvik@axis.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions