]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-esdhc-imx: fix cpas over write issue
authorDong Aisheng <b29396@freescale.com>
Wed, 30 Oct 2013 14:09:51 +0000 (22:09 +0800)
committerChris Ball <chris@printf.net>
Mon, 13 Jan 2014 17:48:02 +0000 (12:48 -0500)
commit0f3411df1c6d2ce9abb8403edb9198e1f3aebf1b
treeade7a5a48a19819f2d0938875b756118485980a7
parent4ff7be62727e41877bbba58431e8d1c2566d318a
mmc: sdhci-esdhc-imx: fix cpas over write issue

We should use '|=' instead '=', or it may over write the original
caps assigned before this line.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c