[PATCH] staging: panel: Remove unused variable

2014-12-03 Thread Mariusz Gorski
Remove lcd.left_shift because it is only written to at some places but never read from. Signed-off-by: Mariusz Gorski marius.gor...@gmail.com --- drivers/staging/panel/panel.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c

Re: [PATCH] staging: panel: Remove unused variable

2014-12-03 Thread Willy Tarreau
On Wed, Dec 03, 2014 at 07:53:47PM +0100, Mariusz Gorski wrote: Remove lcd.left_shift because it is only written to at some places but never read from. Good catch, I think some code got dropped at some point because it was used to shift the window of displayed text. Anyway nobody seems to be