mmc: dw_mmc: modify quirks bit-shift control
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Feb 2011 04:09:04 +0000 (13:09 +0900)
committerChris Ball <cjb@laptop.org>
Tue, 15 Mar 2011 17:49:28 +0000 (13:49 -0400)
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 <jh80.chung@samsung.com>
Acked-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
include/linux/mmc/dw_mmc.h

Simple merge