It doesn't need to check "err" for printing info.
And also use pr_info instead of printk.
Signed-off-by: Daeseok Youn <redacted>
---
V2: removes unneeded lines for sending a patch
drivers/video/fbdev/i810/i810_main.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
From: Tomi Valkeinen <hidden> Date: 2014-08-26 10:34:18
On 16/05/14 12:31, Daeseok Youn wrote:
quoted hunk
It doesn't need to check "err" for printing info.
And also use pr_info instead of printk.
Signed-off-by: Daeseok Youn <redacted>
---
V2: removes unneeded lines for sending a patch
drivers/video/fbdev/i810/i810_main.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
I don't know... I think I personally like more the original version. In
fact, the whole print looks quite useless to me, or at least it should
be a debug print.
Tomi
Hi,
2014-08-26 19:34 GMT+09:00 Tomi Valkeinen [off-list ref]:
On 16/05/14 12:31, Daeseok Youn wrote:
quoted
It doesn't need to check "err" for printing info.
And also use pr_info instead of printk.
Signed-off-by: Daeseok Youn <redacted>
---
V2: removes unneeded lines for sending a patch
drivers/video/fbdev/i810/i810_main.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
I don't know... I think I personally like more the original version. In
fact, the whole print looks quite useless to me, or at least it should
be a debug print.
Yes. this patch doesn't need.
Thanks for review.
regards,
Daeseok Youn.