Files
u-boot-tk1-som/drivers
Stephen Warren df8b0a0373 clk: sandbox: don't check clk ID against 0
clk->id is unsigned, so it can't be < 0. Remove the check for that.

FWIW, this issue was introduced when the clock API converted e.g.
clk_get_rate()'s clock ID parameter from an int to an unsigned long
(with a struct clk), without removing this check.

Fixes: 135aa95002 ("clk: convert API to match reset/mailbox style")
Reported-by: Coverity Scan
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-06-24 17:24:35 -04:00
..
2015-11-02 10:38:00 +09:00
2016-05-24 11:15:02 +02:00
2016-01-27 15:32:05 +01:00
2016-06-19 17:05:55 -06:00
2016-06-20 05:14:46 -04:00
2016-02-05 12:47:21 +08:00
2016-05-25 17:52:39 +02:00
2016-06-19 17:05:55 -06:00
2016-02-06 12:00:59 +01:00
2016-03-14 19:21:44 -04:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00