From: Fabio Estevam Date: Thu, 14 Feb 2013 12:35:03 +0000 (-0200) Subject: mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch() X-Git-Tag: v3.9-rc1~78^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21f5998f10a4d10dce48e9831ab2deb7e8f1a1fa;p=pandora-kernel.git mmc: sdhci: Fix parameter of sdhci_do_start_signal_voltage_switch() 3714f4315354 ("mmc: sdhci: update signal voltage switch code") changed the type of the second parameter of sdhci_do_start_signal_voltage_switch(), from "struct mmc_ios *ios" to "int signal_voltage" which causes the following build warning: drivers/mmc/host/sdhci.c:2044:2: warning: initialization from incompatible pointer type [enabled by default] drivers/mmc/host/sdhci.c:2044:2: warning: (near initialization for 'sdhci_ops.start_signal_voltage_switch') [enabled by default] Use the previous type so that it matches the start_signal_voltage_switch() definition from host.h. Signed-off-by: Fabio Estevam Reviewed-by: Johan Rudholm Signed-off-by: Chris Ball --- Reading git-diff-tree failed