printk: add one function for storing log in proper format 77/60877/2
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 2 Jul 2015 14:54:51 +0000 (16:54 +0200)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 11 Mar 2016 00:49:01 +0000 (16:49 -0800)
commite221c136cf53246dc738b469174d0657b5c2dbc8
tree56f77caaca3a26fea20c4cfe6ee23e75d80cf6a2
parent6f06fc0519598f64be7a04781c82ab470bb4de2d
printk: add one function for storing log in proper format

Preparation commit for future changes purpose.

Separate code responsible for storing log message in proper format
from operations on consoles by putting it in another function.

Change-Id: Idead21785b8e8a57cd504471d0537a399b4d9cd9
Signed-off-by: Marcin Niesluchowski <m.niesluchow@samsung.com>
kernel/printk_kmsg.c