kmemleak: use seq_hex_dump() to dump buffers
authorAndy Shevchenko <[email protected]>
Wed, 9 Sep 2015 22:38:45 +0000 (15:38 -0700)
committerLinus Torvalds <[email protected]>
Thu, 10 Sep 2015 20:29:01 +0000 (13:29 -0700)
commit6fc37c4900765d579f25fbd293fcda7be5037896
tree6af4b3496d06edc2c3b4d26bb3ad8c59a9af0781
parent5d2fe875c9e822aa55579ea2032153e2891db57a
kmemleak: use seq_hex_dump() to dump buffers

Instead of custom approach let's use recently introduced seq_hex_dump()
helper.

Signed-off-by: Andy Shevchenko <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Tadeusz Struk <[email protected]>
Cc: Helge Deller <[email protected]>
Cc: Ingo Tuchscherer <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Cc: Vladimir Kondratiev <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/kmemleak.c