uboot/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
..
adc
bios_emulator Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
block block: dwc_ahsata: support i.MX6DQPlus 2016-05-24 14:59:57 +02:00
bootcount
clk clk: sandbox: don't check clk ID against 0 2016-06-24 17:24:35 -04:00
core dm: add manual relocation for devices 2016-06-19 17:05:55 -06:00
cpu
crypto verified-boot: Minimal support for booting U-Boot proper from SPL 2016-06-12 13:14:58 -04:00
ddr driver/ddr/fsl: Check condition for erratum A-009803 2016-06-03 14:12:49 -07:00
demo
dfu dfu, nand, ubi: fix erasing after write finish 2016-06-09 13:53:13 -04:00
dma
fpga fpga: Fix typo in function comment 2016-05-24 11:15:02 +02:00
gpio gpio: pca953x: Fix register reading past 8th GPIO 2016-06-19 17:05:55 -06:00
hwmon
i2c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
input
led
mailbox mailbox: add Tegra186 HSP driver 2016-06-19 17:05:55 -06:00
memory
misc Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-06-12 12:51:34 -04:00
mmc mmc: add MMC_VERSION_5_1 2016-06-20 05:14:46 -04:00
mtd mtd: nand: Drop a blank line in nand_wait() 2016-06-24 17:23:14 -04:00
net net: phy: marvell: Do not reset 88e1310 after autoneg 2016-06-21 17:01:52 -05:00
pch
pci pcie/layerscape: fix bug in bus number computation when setting msi-map 2016-06-03 14:12:10 -07:00
pcmcia
pinctrl Merge http://git.denx.de/u-boot-samsung 2016-06-06 13:39:43 -04:00
power sunxi: power: add AXP809 support 2016-05-25 17:52:39 +02:00
pwm exynos: pwm: Add a driver for the exynos5 PWM 2016-05-25 13:25:18 +09:00
qe
ram
remoteproc
reset reset: implement a reset test 2016-06-19 17:05:55 -06:00
rtc
serial clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
soc
sound
spi clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
spmi
thermal Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
timer
tpm
twserial
usb clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
video clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
watchdog
Kconfig Add a reset driver framework/uclass 2016-06-19 17:05:55 -06:00
Makefile Add a reset driver framework/uclass 2016-06-19 17:05:55 -06:00