https://github.com/torvalds/linux
Revision 692c14a5931341a37e4fbfca5fa96751187a108f authored by Bastian Blank on 04 April 2009, 20:54:26 UTC, committed by Kyle McMartin on 03 July 2009, 03:34:06 UTC
The atomic operations on parisc are defined as macros. The macros
includes casts which disallows the use of some syntax elements and
produces error like this:

net/phonet/pep.c: In function 'pipe_rcv_status':
net/phonet/pep.c:262: error: lvalue required as left operand of assignment

The patch removes this superfluous casts.

Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
1 parent 071327e
History
Tip revision: 692c14a5931341a37e4fbfca5fa96751187a108f authored by Bastian Blank on 04 April 2009, 20:54:26 UTC
parisc: Remove casts from atomic macros
Tip revision: 692c14a
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 945 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 147.5 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top