ARM: tegra: fix comment in dsib clk set_parent
authorSivaram Nair <sivaramn@nvidia.com>
Wed, 21 Nov 2012 11:42:27 +0000 (13:42 +0200)
committerStephen Warren <swarren@nvidia.com>
Mon, 26 Nov 2012 20:44:04 +0000 (13:44 -0700)
commit6e25e1b178ee3caf34f229bacfad5ae6780bcec6
tree709c65d59ad18fdd76da67a2a3e45b0e69199e28
parent6eb583da959cf751eb951cc5ff488dd4e41f1b2f
ARM: tegra: fix comment in dsib clk set_parent

Since the clk framework has already taken necessary locks before calling
into the arch clk ops code, no further locks are needed while setting
the parent of dsib clk. This patch removes a comment that indicated
otherwise, and yet did not take any locks.

Signed-off-by: Sivaram Nair <sivaramn@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/tegra30_clocks.c