commit | 13b4353bb05568c9fa3e98df0bf95dd1478c14b7 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Sep 20 01:59:16 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 20 13:33:15 2018 +0200 |
tree | b21cdd6b0549ac79f500a52f75c3bd5f976033dc | |
parent | 1cd25cbb2fedbc777f3a8c3cb1ba69b645aeaa64 [diff] |
tty: serial: remove set but not used variable 'error' Fixes gcc '-Wunused-but-set-variable' warning: drivers/tty/serial/pmac_zilog.c: In function 'pmz_receive_chars': drivers/tty/serial/pmac_zilog.c:222:30: warning: variable 'error' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>