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:
Colin Günther
2009-12-29 18:01:33 +00:00
parent 296653ac73
commit ed36d5dfa2
@@ -1823,8 +1823,8 @@ iwn_intr(void *arg)
if (r1 == 0xffffffff) if (r1 == 0xffffffff)
goto done; /* hardware gone */ goto done; /* hardware gone */
#else #else
r1 = atomic_and((int32*)&sc->sc_intr_status_1, 0); r1 = atomic_and((int32 *)&sc->sc_intr_status_1, 0);
r2 = atomic_and((int32*)&sc->sc_intr_status_2, 0); r2 = atomic_and((int32 *)&sc->sc_intr_status_2, 0);
#endif #endif
/* ack interrupts */ /* ack interrupts */