From: Arnd Bergmann Date: Thu, 5 Jun 2014 21:14:39 +0000 (+0200) Subject: mmc: mvsdio: avoid compiler warning X-Git-Tag: omap-for-v3.16/fixes-against-rc1~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7fe833f3fc9a02806c96dd28f48e5e28c8484a8;p=pandora-kernel.git mmc: mvsdio: avoid compiler warning gcc correctly points out that hw_state can be used uninitially in the mvsd_setup_data() function. This rearranges the function to ensure it always contains a proper value. Signed-off-by: Arnd Bergmann Cc: Nicolas Pitre Cc: Chris Ball Cc: Thomas Petazzoni Cc: Jason Cooper Cc: Andrew Lunn Cc: linux-mmc@vger.kernel.org Acked-by: Nicolas Pitre Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed