Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 060e8fb5 authored by YueHaibing's avatar YueHaibing Committed by Corey Minyard
Browse files

ipmi: fix return value of ipmi_set_my_LUN



Fixes gcc '-Wunused-but-set-variable' warning:

drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_LUN':
drivers/char/ipmi/ipmi_msghandler.c:1335:13: warning:
 variable 'rv' set but not used [-Wunused-but-set-variable]
  int index, rv = 0;

'rv' should be the correct return value.

Fixes: 048f7c3e ("ipmi: Properly release srcu locks on error conditions")
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent e3dbc6d1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment