Re: [PATCH v1 2/5] saa7164: convert to seq_hex_dump()

2014-07-26 Thread Mauro Carvalho Chehab
Em Wed, 9 Jul 2014 14:24:29 -0400 Steven Toth escreveu: > On Wed, Jul 9, 2014 at 11:24 AM, Andy Shevchenko > wrote: > > Instead of custom approach let's use recently added seq_hex_dump() helper. > > > > Signed-off-by: Andy Shevchenko > > ack > > Reviewed-by: Steven Toth > Acked-by: Mauro Ca

Re: [PATCH v1 2/5] saa7164: convert to seq_hex_dump()

2014-07-09 Thread Steven Toth
On Wed, Jul 9, 2014 at 11:24 AM, Andy Shevchenko wrote: > Instead of custom approach let's use recently added seq_hex_dump() helper. > > Signed-off-by: Andy Shevchenko ack Reviewed-by: Steven Toth -- Steven Toth - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send t

[PATCH v1 2/5] saa7164: convert to seq_hex_dump()

2014-07-09 Thread Andy Shevchenko
Instead of custom approach let's use recently added seq_hex_dump() helper. Signed-off-by: Andy Shevchenko --- drivers/media/pci/saa7164/saa7164-core.c | 31 --- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/drivers/media/pci/saa7164/saa7164-core.c b/