OSDN Git Service

s390/jump_label: Use %*ph to print small buffers
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Wed, 26 Aug 2015 19:17:46 +0000 (01:17 +0600)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 27 Aug 2015 07:39:04 +0000 (09:39 +0200)
commite4ec73510812f24087a28ac8cbf1f77c9fb262e5
tree18e51e3569440de89bf5c177c73beccefcab9698
parent1d3f9094c6fdb5680fd3b19a5b153308d53a70ee
s390/jump_label: Use %*ph to print small buffers

printk() supports %*ph format specifier for printing a small buffers,
let's use it intead of %02x %02x...

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/jump_label.c