diff options
author | 2021-05-24 10:11:23 +0800 | |
---|---|---|
committer | 2021-05-24 13:12:51 -0700 | |
commit | 62f148d8dde6239199af49e52ae43d0820765a65 (patch) | |
tree | 317e220a56ddf4f2735bd748b08ba0d470e12386 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy (diff) | |
download | linux-dev-62f148d8dde6239199af49e52ae43d0820765a65.tar.xz linux-dev-62f148d8dde6239199af49e52ae43d0820765a65.zip |
nfc: st-nci: remove unnecessary assignment and label
In function st_nci_hci_network_init, the variable r is assigned then
goto exit label, which just return r, so we use return to replace it.
and exit label only used once at here, so we remove exit label.
Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions