Commit 4775ae7a authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Kalle Valo

rsi: rsi_91x_ps: remove redundant code in str_psstate

"INVALID_STATE" is already being returned in the default case and this
code cannot be reached.

Addresses-Coverity-ID: 1398384
Signed-off-by: default avatarGustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent f87eba99
...@@ -36,7 +36,6 @@ char *str_psstate(enum ps_state state) ...@@ -36,7 +36,6 @@ char *str_psstate(enum ps_state state)
default: default:
return "INVALID_STATE"; return "INVALID_STATE";
} }
return "INVALID_STATE";
} }
static inline void rsi_modify_ps_state(struct rsi_hw *adapter, static inline void rsi_modify_ps_state(struct rsi_hw *adapter,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment