]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: zynq: Do not check unsigned type that is >= 0
authorMichal Simek <michal.simek@xilinx.com>
Wed, 13 Jun 2018 07:05:51 +0000 (09:05 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 15 Jun 2018 06:54:04 +0000 (08:54 +0200)
commit6c5fb8085b03e4c5f25523ffab04e8d413ea222d
tree9f7472fcca2aee19353fde4da8a69cc193ba16d9
parent128bb7351bdc3fd295c5ccf06c47bebab70d02b7
gpio: zynq: Do not check unsigned type that is >= 0

There is no reason to check that unsigned type that is >= 0.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpio/zynq_gpio.c