]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors
authorStefano Babic <sbabic@denx.de>
Sat, 13 Mar 2010 20:09:00 +0000 (21:09 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 21 Mar 2010 21:22:52 +0000 (22:22 +0100)
commit99c006a320ceb9ea19135ac1512e4a81e8bebb72
treef1eb5327d1c8dcbc6f336f30a2352f56596c55b1
parentc96f86eefc215b67dd222694ce2b6f60e6a42b0b
mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors

Some registers of the mxcmmc driver were accessed using
16 bit accessor functions, because only the LSB is
significant. This is not needed and generates
warnings.

Signed-off-by: Stefano Babic <sbabic@denx.de>
drivers/mmc/mxcmmc.c