From: Jaehoon Chung Date: Thu, 17 Feb 2011 04:09:04 +0000 (+0900) Subject: mmc: dw_mmc: modify quirks bit-shift control X-Git-Tag: v2.6.39-rc1~412^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b7785e3ac5128809340eaeb791ca7a471c4e32;p=pandora-kernel.git mmc: dw_mmc: modify quirks bit-shift control If we need some quirks, maybe add quirks in future But now, quirks value set to integer..later we should be confused.. So I think that need bit-shift control. And If we need not any quirks, we didn't set anything.. (Need not DW_MCI_QUIRK_NONE) Signed-off-by: Jaehoon Chung Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed