]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
msm: iommu: Use clk_set_rate() instead of clk_set_min_rate()
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 17 Jun 2013 17:43:13 +0000 (10:43 -0700)
committerDavid Brown <davidb@codeaurora.org>
Mon, 24 Jun 2013 20:06:42 +0000 (13:06 -0700)
commit8d21415348c0961eedd78e1767095f61d870c8fc
tree0238329466c745a1fffbac74c131fd6dfcd9c971
parent1107b1716bb21912ed9eed156d8c0251a8f3a3fa
msm: iommu: Use clk_set_rate() instead of clk_set_min_rate()

Calling clk_set_min_rate() is no better than just calling
clk_set_rate() because MSM clock code already takes care of
calling the min_rate ops if the clock really needs
clk_set_min_rate() called on it.

Cc: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Joerg Roedel <joro@8bytes.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
drivers/iommu/msm_iommu_dev.c