summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-12-08 08:16:18 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-12-10 01:39:12 (GMT)
commit2a6127d037de96e8add0b09e0200b331a4db54be (patch)
treee7eb6517fb34c606f13e414b5e6b87151094327e /security
parent7284a00f17290114d304528fc49aeee5c2b9b433 (diff)
downloadlinux-2a6127d037de96e8add0b09e0200b331a4db54be.tar.xz
PM / OPP: remove double calls to find_device_opp()
By mistake we called find_device_opp() twice in of_free_opp_table(), fix it. Generated diff doesn't show the problem well and so here is the code snippet: void of_free_opp_table(struct device *dev) { struct device_opp *dev_opp = find_device_opp(dev); struct dev_pm_opp *opp, *tmp; /* Check for existing list for 'dev' */ dev_opp = find_device_opp(dev); ... } Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions