]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: s5p: properly mask SELBASECLK
authorMatt Reimer <mreimer@sdgsystems.com>
Mon, 23 Feb 2015 21:52:22 +0000 (14:52 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:13 +0000 (14:34 +0200)
commit7325b4de2fb61bcc4c5310cb41e707d94bb76c39
tree652742a991f94306167d0ed1830634765cefbae0
parent7300aafb71bbc37bc3c46f9eef230c772eb74c11
mmc: s5p: properly mask SELBASECLK

Properly mask SELBASECLK by using an actual mask rather than the
number of bits to shift in order to create the mask.

Signed-off-by: Matt Reimer <mreimer@sdgsystems.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/s5p_sdhci.c