Skip to content
Commit 692c14a5 authored by Bastian Blank's avatar Bastian Blank Committed by Kyle McMartin
Browse files

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: default avatarBastian Blank <waldi@debian.org>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 071327ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment