commit | 705ad0472bd55fa38e6c594b2d6318c31e86068a | [log] [tgz] |
---|---|---|
author | Kyoungil Kim <ki0351.kim@samsung.com> | Mon May 14 17:38:48 2012 +0900 |
committer | Chris Ball <cjb@laptop.org> | Thu May 17 08:34:48 2012 -0400 |
tree | 2b6bff273156a1dd55b43d625bc1ab4a8a44c4ff | |
parent | 680f1b5b216af1ae051bdf237e3ea47ba9124876 [diff] |
mmc: dw_mmc: Fixed sdio interrupt mask bit setting bug The sdio interrupt mask bits are arranged in [31:16]. (1 << SDMMC_INT_SDIO(slot->id))) does 16 bits left shift twice. So this patch changes to do 16 bits left shift only one time. Signed-off-by: Kyoungil Kim <ki0351.kim@samsung.com> Acked-by: Shashidhar Hiremath <shashidharh@vayavyalabs.com> Acked-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Chris Ball <cjb@laptop.org>