commit | 28804293b9086100ae784a15d62ebf6249db433c | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Wed Sep 16 11:53:20 2015 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Oct 26 15:59:55 2015 +0100 |
tree | 8eed7bea8684a18bcebab79ae908b8d01bfa8590 | |
parent | a30b55119d086d33bd6046dfdd4723c810fd2579 [diff] |
mmc: sdhci-bcm-kona: fix logic to check for 8-bit data width The driver prints if the data width is 8-bit but it's using a binary OR instead of a binary AND so it will always report as "is_8bit=Y" regardless of the flags in host->mmc->caps. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>