Changeset 2318

Show
Ignore:
Timestamp:
05/09/07 06:00:23 (2 years ago)
Author:
mentor
Message:

Fix r2307. Muppet. Closes #1300.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath_hal/ah_os.h

    r2307 r2318  
    150150         writel((_val), (_ah)->ah_sh + (_reg)) :                \ 
    151151         ({__raw_writel((_val), (_ah)->ah_sh + (_reg));         \ 
    152            mb(); }); 
     152           mb(); });                                           \ 
    153153} while (0) 
    154154#define _OS_REG_READ(_ah, _reg)                                 \