]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: sdhi: initialise mmc_data->flags before use
authorSimon Horman <horms@verge.net.au>
Fri, 19 Aug 2011 01:07:07 +0000 (10:07 +0900)
committerChris Ball <cjb@laptop.org>
Mon, 22 Aug 2011 21:57:32 +0000 (17:57 -0400)
commit1f70fa3c32b598453f00c411b77c0548adf8d945
tree45255c0501db3bc210ab32ffa353f38ba3ac9392
parent653342a148e679ab113fc1b98f280ca97572b3b1
mmc: sdhi: initialise mmc_data->flags before use

This corrects a logic error that I introduced in
"mmc: sdhi: Add write16_hook"

Reported-by: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sh_mobile_sdhi.c