diff options
author | Nikitas Angelinas <nikitas.angelinas@gmail.com> | 2017-07-30 05:36:36 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2017-08-15 16:28:16 +0200 |
commit | 077a1cc06f72f95efd077d433993c16191008e47 (patch) | |
tree | 5d1c7194b36b9a05315c1f12e6cba42aa792bcfa /block | |
parent | printk/console: Enhance the check for consoles using init memory (diff) | |
download | linux-077a1cc06f72f95efd077d433993c16191008e47.tar.xz linux-077a1cc06f72f95efd077d433993c16191008e47.zip |
printk: Clean up do_syslog() error handling
The error variable in do_syslog() is preemptively set to the error code
before the error condition is checked, and then set to 0 if the error
condition is not encountered. This is not necessary, as it is likely
simpler to return immediately upon encountering the error condition. A
redundant set of the error variable to 0 is also removed.
This patch has been build-tested on x86_64, but not tested for
functionality.
Link: http://lkml.kernel.org/r/20170730033636.GA935@vostro
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nikitas Angelinas <nikitas.angelinas@gmail.com>
Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions