From: Lothar Waßmann Date: Wed, 11 Dec 2013 08:21:20 +0000 (+0100) Subject: karo: tx53: remove obsolete check for ':' in video_mode string X-Git-Tag: KARO-TX-2013-12-13~12 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=efe9623846dd03b6fc0a941b88387e134cc56794 karo: tx53: remove obsolete check for ':' in video_mode string --- diff --git a/board/karo/tx53/tx53.c b/board/karo/tx53/tx53.c index 11e473f5af..92340dd882 100644 --- a/board/karo/tx53/tx53.c +++ b/board/karo/tx53/tx53.c @@ -991,12 +991,6 @@ void lcd_ctrl_init(void *lcdbase) break; default: - if (!pix_fmt) { - char *tmp = strchr(vm, ':'); - - if (tmp) - vm = tmp; - } if (*vm != '\0') vm++; }