From: Mika Westerberg Date: Thu, 18 Aug 2011 12:23:47 +0000 (+0300) Subject: mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} X-Git-Tag: v3.1-rc6~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c14071fda4e69abb9d5b1566651cd092b158d3;p=pandora-kernel.git mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} As per suggestion by Linus Walleij: > If you think the names of the functions are confusing then > you may rename them, say like this: > > mmc_host_clk_ungate() -> mmc_host_clk_hold() > mmc_host_clk_gate() -> mmc_host_clk_release() > > Which would make the usecases more clear (This is CC'd to stable@ because the next two patches, which fix observable races, depend on it.) Signed-off-by: Mika Westerberg Reviewed-by: Linus Walleij Cc: Signed-off-by: Chris Ball --- Reading git-diff-tree failed