Using the same pointer orientation as the rest of the code. No functional
change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34808 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1823,8 +1823,8 @@ iwn_intr(void *arg)
|
||||
if (r1 == 0xffffffff)
|
||||
goto done; /* hardware gone */
|
||||
#else
|
||||
r1 = atomic_and((int32*)&sc->sc_intr_status_1, 0);
|
||||
r2 = atomic_and((int32*)&sc->sc_intr_status_2, 0);
|
||||
r1 = atomic_and((int32 *)&sc->sc_intr_status_1, 0);
|
||||
r2 = atomic_and((int32 *)&sc->sc_intr_status_2, 0);
|
||||
#endif
|
||||
|
||||
/* ack interrupts */
|
||||
|
||||
Reference in New Issue
Block a user