]> git.sur5r.net Git - u-boot/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)
commit1471fadf69493141e990b078d8b8a3b215008f31
tree9f7472fcca2aee19353fde4da8a69cc193ba16d9
parent1a7414f6268060c56c72fd7559782137cc953c96
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