From: Seungwon Jeon Date: Tue, 25 Oct 2011 00:43:12 +0000 (+0900) Subject: mmc: core: Cleanup eMMC4.5 conditionals X-Git-Tag: v3.2-rc1~129^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336c716ae2272c9a26a6f82976d0e077d8ca824e;p=pandora-kernel.git mmc: core: Cleanup eMMC4.5 conditionals Code cleanup, putting all eMMC 4.5 detection cases together. This patch removes one if-statement and assembles all. And it also removes variable initialization below else-statement -- all members of card structure are already set to zero at card-init. Signed-off-by: Seungwon Jeon Signed-off-by: Chris Ball --- Reading git-diff-tree failed