Re: [PATCH] staging: panel: fix sparse warnings

2014-04-18 Thread Bastien Armand
On Thu, Apr 17, 2014 at 11:15:10PM -0700, Greg Kroah-Hartman wrote: > On Fri, Apr 18, 2014 at 08:01:22AM +0200, Bastien Armand wrote: > > This patch fixes sparse warnings in panel.c. > > What sparse warnings were fixed here? > > It looks like you did a lot of different things, can you please brea

Re: [PATCH] staging: panel: fix sparse warnings

2014-04-17 Thread Greg Kroah-Hartman
On Fri, Apr 18, 2014 at 08:01:22AM +0200, Bastien Armand wrote: > This patch fixes sparse warnings in panel.c. What sparse warnings were fixed here? It looks like you did a lot of different things, can you please break this out into "one patch per logical change" so it can be reviewed easier? th

[PATCH] staging: panel: fix sparse warnings

2014-04-17 Thread Bastien Armand
This patch fixes sparse warnings in panel.c. Signed-off-by: Bastien Armand --- drivers/staging/panel/panel.c | 209 ++--- 1 file changed, 111 insertions(+), 98 deletions(-) diff --git a/drivers/staging/panel/panel.c b/drivers/staging/panel/panel.c index 08f