commit | 0b26985a7d76645598d98fec6922ddd1ec8cbc55 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Apr 16 13:50:03 2016 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Apr 26 21:11:35 2016 +0200 |
tree | 9fdfa733c6d65517effd170a645349a8f5f52221 | |
parent | 02da2d72174c61988eb4456b53f405e3ebdebce4 [diff] |
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>