Merge git://git.denx.de/u-boot-video
authorTom Rini <trini@konsulko.com>
Wed, 25 Apr 2018 00:27:43 +0000 (20:27 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 25 Apr 2018 00:27:43 +0000 (20:27 -0400)
drivers/video/anx9804.c [changed mode: 0755->0644]
drivers/video/video-uclass.c
include/configs/blanche.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index b5bb8e0..93fdc68 100644 (file)
@@ -272,7 +272,7 @@ static int video_post_bind(struct udevice *dev)
        ulong size;
 
        /* Before relocation there is nothing to do here */
-       if ((!gd->flags & GD_FLG_RELOC))
+       if (!(gd->flags & GD_FLG_RELOC))
                return 0;
        size = alloc_fb(dev, &addr);
        if (addr < gd->video_bottom) {
old mode 100755 (executable)
new mode 100644 (file)