]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image-fit: Fix compiler warning in fit_conf_print()
authorHans de Goede <hdegoede@redhat.com>
Fri, 29 May 2015 13:09:48 +0000 (15:09 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:40:53 +0000 (00:40 +0200)
commit1bf1b939ab84e19189cfed6b315af10122264c6f
tree5a0da7942c3e2f31d387f4a9bbe52ce129d7885c
parentde32f94f4d40f0c7d762f01fef2df20088472087
image-fit: Fix compiler warning in fit_conf_print()

This fixes the following compiler warning:

In file included from tools/common/image-fit.c:1:0:
./tools/../common/image-fit.c: In function ‘fit_conf_print’:
./tools/../common/image-fit.c:1470:27: warning: logical not is only applied
 to the left hand side of comparison [-Wlogical-not-parentheses]
    (const char **)&uname) > 0;

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/image-fit.c