Re: [PATCH V2] video : remove redundant error check

2014-08-27 Thread DaeSeok Youn
Hi, 2014-08-26 19:34 GMT+09:00 Tomi Valkeinen : > On 16/05/14 12:31, Daeseok Youn wrote: >> It doesn't need to check "err" for printing info. >> And also use pr_info instead of printk. >> >> Signed-off-by: Daeseok Youn >> --- >> V2: removes unneeded lines for sending a patch >> >>

Re: [PATCH V2] video : remove redundant error check

2014-08-27 Thread DaeSeok Youn
Hi, 2014-08-26 19:34 GMT+09:00 Tomi Valkeinen tomi.valkei...@ti.com: On 16/05/14 12:31, Daeseok Youn wrote: It doesn't need to check err for printing info. And also use pr_info instead of printk. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- V2: removes unneeded lines for sending

Re: [PATCH V2] video : remove redundant error check

2014-08-26 Thread Tomi Valkeinen
On 16/05/14 12:31, Daeseok Youn wrote: > It doesn't need to check "err" for printing info. > And also use pr_info instead of printk. > > Signed-off-by: Daeseok Youn > --- > V2: removes unneeded lines for sending a patch > > drivers/video/fbdev/i810/i810_main.c |7 +++ > 1 files

Re: [PATCH V2] video : remove redundant error check

2014-08-26 Thread Tomi Valkeinen
On 16/05/14 12:31, Daeseok Youn wrote: It doesn't need to check err for printing info. And also use pr_info instead of printk. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- V2: removes unneeded lines for sending a patch drivers/video/fbdev/i810/i810_main.c |7 +++ 1

[PATCH V2] video : remove redundant error check

2014-05-16 Thread Daeseok Youn
It doesn't need to check "err" for printing info. And also use pr_info instead of printk. Signed-off-by: Daeseok Youn --- V2: removes unneeded lines for sending a patch drivers/video/fbdev/i810/i810_main.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git

[PATCH V2] video : remove redundant error check

2014-05-16 Thread Daeseok Youn
It doesn't need to check err for printing info. And also use pr_info instead of printk. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- V2: removes unneeded lines for sending a patch drivers/video/fbdev/i810/i810_main.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-)