]> Git Repo - linux.git/commit
PM / clk: signedness bug in of_pm_clk_add_clks()
authorDan Carpenter <[email protected]>
Thu, 23 Aug 2018 13:59:25 +0000 (16:59 +0300)
committerRafael J. Wysocki <[email protected]>
Fri, 24 Aug 2018 09:52:34 +0000 (11:52 +0200)
commit5e2e2f9f76e157063a656351728703cb02b068f1
tree8507dbeeae5c515971ff44d255c64d2dee90b508
parentdfec4a8478e8e81483a94b663f13153bb7796800
PM / clk: signedness bug in of_pm_clk_add_clks()

"count" needs to be signed for the error handling to work.  I made "i"
signed as well so they match.

Fixes: 02113ba93ea4 (PM / clk: Add support for obtaining clocks from device-tree)
Cc: 4.6+ <[email protected]> # 4.6+
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/base/power/clock_ops.c
This page took 0.057083 seconds and 4 git commands to generate.