From: Andrei Warkentin Date: Sat, 24 Sep 2011 16:12:30 +0000 (-0400) Subject: mmc: core: ext_csd.raw_* used in comparison but never set X-Git-Tag: v3.2-rc1~129^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5238acbe36dd5100fb6b035a995ae5fc89dd0708;p=pandora-kernel.git mmc: core: ext_csd.raw_* used in comparison but never set f39b2dd9d ("mmc: core: Bus width testing needs to handle suspend/resume") added code to only compare read-only ext_csd fields in bus width testing code, yet it's comparing some fields that are never set. The affected fields are ext_csd.raw_erased_mem_count and ext_csd.raw_partition_support. Signed-off-by: Andrei Warkentin Acked-by: Philip Rakity Cc: Signed-off-by: Chris Ball --- Reading git-diff-tree failed