diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-05-18 10:52:32 +0800 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-06-15 13:11:34 +0300 |
commit | 233bc283728241aa522fd2889649261b742cee5a (patch) | |
tree | 748f68d56131815aa078fec32659b27ba0a5c195 /drivers/ssb/pcmcia.c | |
parent | 47ec636f7a25aa2549e198c48ecb6b1c25d05456 (diff) | |
download | linux-233bc283728241aa522fd2889649261b742cee5a.tar.bz2 |
ssb: remove unreachable code
The return value of ssb_bus_unregister can only be 0 or -1, so this
condition if (err == -EBUSY) will not hold, so delete it.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Michael Büsch <m@bues.ch>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1621306352-3632-1-git-send-email-tiantao6@hisilicon.com
Diffstat (limited to 'drivers/ssb/pcmcia.c')
0 files changed, 0 insertions, 0 deletions