]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41355636d98d6cf0ccd11860325e97ba0eb6bc10
tree18e51e3569440de89bf5c177c73beccefcab9698
parent7828e051245bd83cd8df76855075ce147e0d3c42
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