]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_host
authorAxel Lin <axel.lin@ingics.com>
Fri, 24 Apr 2015 07:02:00 +0000 (15:02 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Jun 2015 07:06:46 +0000 (09:06 +0200)
commit20e60c1a69606ceca2e63a22e9aa46f654ac248e
treeffa1270d44a8f880f448793546f103aa354972b7
parent95bd35e2a93f4c2295a2e356c1d92eb3f6ea44f0
mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_host

sdhci_alloc_host() takes priv_size rather than
sizeof(struct sdhci_host) + priv_size.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci_f_sdh30.c