From 55d77fb51bc024f12d49c3055e1ab1cdf7700f59 Mon Sep 17 00:00:00 2001 From: August Date: Tue, 14 Aug 2018 21:17:42 +0800 Subject: [PATCH] remove debug code --- .../u-boot-2014.07/drivers/video/sunxi/disp2/disp/de/disp_lcd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lichee/brandy/u-boot-2014.07/drivers/video/sunxi/disp2/disp/de/disp_lcd.c b/lichee/brandy/u-boot-2014.07/drivers/video/sunxi/disp2/disp/de/disp_lcd.c index 02a90e8fab..8185f73ed5 100755 --- a/lichee/brandy/u-boot-2014.07/drivers/video/sunxi/disp2/disp/de/disp_lcd.c +++ b/lichee/brandy/u-boot-2014.07/drivers/video/sunxi/disp2/disp/de/disp_lcd.c @@ -1286,8 +1286,6 @@ s32 disp_lcd_set_bright(struct disp_device *lcd, u32 bright) struct disp_manager *mgr = NULL; struct disp_smbl *smbl = NULL; - return 0; - if ((NULL == lcd) || (NULL == lcdp)) { DE_WRN("NULL hdl!\n"); return DIS_FAIL;