PM / clk: ensure we don't allocate a -ve size of count clks
authorColin Ian King <colin.king@canonical.com>
Sat, 16 Apr 2016 12:50:03 +0000 (13:50 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 26 Apr 2016 19:11:35 +0000 (21:11 +0200)
commit0b26985a7d76645598d98fec6922ddd1ec8cbc55
tree9fdfa733c6d65517effd170a645349a8f5f52221
parent02da2d72174c61988eb4456b53f405e3ebdebce4
PM / clk: ensure we don't allocate a -ve size of count clks

It is entirely possible for of_count_phandle_wit_args to
return a -ve error return value so we need to check for this
otherwise we end up allocating a negative number of clk objects.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/clock_ops.c