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

back to top