]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
clock: tegra21: fix a warning message
authorTW Chiu <twchiu@nvidia.com>
Wed, 21 Oct 2015 08:14:10 +0000 (16:14 +0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 29 Oct 2015 07:05:12 +0000 (00:05 -0700)
commit1542162052ce255bb32d841dfa85ce970e27e09b
tree0b4e880f17f98f56bdeed8f7b5eba09cc14a29ca
parent4a4ad46a11d7d36c83a4b313602d459adf60a487
clock: tegra21: fix a warning message

Fix the warning message below in tegra21_plle_clk_enable():
    "pll_e hw sequencer is already on"

This message is printed when PLLE is under HW control and there is a
request to enable PLLE. When PLLE is under HW control, SW need to
ignore requests to enable or disable PLLE. This message is for
information only.

Bug 1691314

Change-Id: I45585d3b5d6e32320ac2e1dd6511fcf9e63dd504
Signed-off-by: TW Chiu <twchiu@nvidia.com>
Reviewed-on: http://git-master/r/820865
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mark Kuo <mkuo@nvidia.com>
Reviewed-by: WK Tsai <wtsai@nvidia.com>
Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
drivers/platform/tegra/tegra21_clocks.c