]> git.ipfire.org Git - thirdparty/u-boot.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>
Thu, 14 Jun 2018 07:01:41 +0000 (09:01 +0200)
commitdd8d2834aa3e9cd89e90c908867c024b52b7bd8c
treef01babf3cc8330ae23da519fe2394b3aada547cf
parent78623844b05f7ae3624febc8961cba4fa5ad6269
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