]> git.karo-electronics.de Git - karo-tx-linux.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 <cjb@laptop.org>
Tue, 26 Nov 2013 21:34:21 +0000 (16:34 -0500)
commitc1a7f5aee776197f2f196cf945f9c573ecaa7776
treec80f0bb1ae443e45325854d12a44fe25d18f0302
parentfc4fafac9656fc6f8e99c8dc49433d1d1bc1469b
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