commit | 692c14a5931341a37e4fbfca5fa96751187a108f | [log] [tgz] |
---|---|---|
author | Bastian Blank <waldi@debian.org> | Sat Apr 04 20:54:26 2009 +0000 |
committer | Kyle McMartin <kyle@mcmartin.ca> | Fri Jul 03 03:34:06 2009 +0000 |
tree | c01646bbb0e4c5f44d0306398e32c1bb1563b9b5 | |
parent | 071327ec9005e9a826d088d37021ed2c88e683f7 [diff] |
parisc: Remove casts from atomic macros 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>