OSDN Git Service

arch_init: replace fprintf(stderr, ...) with error_report()
authorLe Tan <tamlokveer@gmail.com>
Wed, 21 May 2014 00:10:38 +0000 (08:10 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 23 May 2014 20:10:42 +0000 (00:10 +0400)
commit0971f1bed21b16e59eb5d15cd03180f110a1e8c0
treee58e5ed2263eaf3445af0503ff67b0ade5930de5
parentb645000e1ac430601eddb0b435936837aea94bb4
arch_init: replace fprintf(stderr, ...) with error_report()

Replace fprintf(stderr,...) with error_report() in the file
arch_init.c. The trailing "\n"s of the @fmt argument have been removed
because @fmt of error_report() should not contain newline.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
arch_init.c