]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: core: Fix bit width test failing on old eMMC cards
authorPhilip Rakity <prakity@yahoo.com>
Thu, 4 Apr 2013 19:18:11 +0000 (20:18 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 4 Apr 2013 19:33:29 +0000 (15:33 -0400)
commit836dc2fe89c968c10cada87e0dfae6626f8f9da3
treeb25f5a5237c2e56c7ccd5887e245dfd4a0dd3d79
parent8e1c4e4d732666ace4c5e0cd122e7217ded910aa
mmc: core: Fix bit width test failing on old eMMC cards

PARTITION_SUPPORT needs to be set before doing the compare on version
number so the bit width test does not get invalid data.  Before this
patch, a Sandisk iNAND eMMC card would detect 1-bit width although
the hardware supports 4-bit.

Only affects old emmc devices - pre 4.4 devices.

Reported-by: Elad Yi <elad.yi@gmail.com>
Signed-off-by: Philip Rakity <prakity@yahoo.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c