mmc: sd: fix the maximum au_size for SD3.0
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 18 Jul 2013 04:34:41 +0000 (13:34 +0900)
committerlintao <lintao@rock-chips.com>
Fri, 7 Mar 2014 05:42:51 +0000 (13:42 +0800)
commit10f812a2674b34e48841b95018e038db0e126153
tree5e3c18e0ca2492d891414accfba20197f1a31382
parentcd94e9b0aa4ed53b68a37034ee2b32137e07658d
mmc: sd: fix the maximum au_size for SD3.0

Since SD Physical Layer specification V3.0, AU_SIZE is supported up
to 0xf.  So If SD-card is supported v3.0, then max_au should be 0xf.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/sd.c