]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: fix return value of stub function karo_fdt_get_fb_mode
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 18 Jul 2013 15:22:56 +0000 (17:22 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 18 Jul 2013 15:22:56 +0000 (17:22 +0200)
board/karo/common/karo.h

index 66d0702466ad0f36ec5e68a0d7f26f0109112568..9a15ceb5618c92d44096892ef42d7556bf747420 100644 (file)
@@ -56,7 +56,7 @@ static inline void *karo_fdt_load_dtb(void)
 static inline int karo_fdt_get_fb_mode(void *blob, const char *name,
                                struct fb_videomode *fb_mode)
 {
-       return NULL;
+       return 0;
 }
 static inline int karo_fdt_update_fb_mode(void *blob, const char *name)
 {