From 9288cac05405a7da406097a44721aa4004609b4d Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Tue, 26 Nov 2013 02:16:25 +0100 Subject: [PATCH] mmc: core: sd: implement proper support for sd3.0 au sizes This reverts and updates commit 77776fd0a4cc541b9 ("mmc: sd: fix the maximum au_size for SD3.0"). The au_size for SD3.0 cannot be achieved by a simple bit shift, so this needs to be implemented differently. Also, don't print the warning in case of 0 since 'not defined' is different from 'invalid'. Signed-off-by: Wolfram Sang Acked-by: Jaehoon Chung Reviewed-by: H Hartley Sweeten Cc: stable # [3.12, 3.13] Signed-off-by: Chris Ball --- Reading git-format-patch failed