Skip to content
Commit 2fbd5834 authored by Lee Jones's avatar Lee Jones
Browse files

mfd: tps65010: Remove delcared and set, but never used variable 'status'



'status' hasn't been checked since 2008.

It's probably safe to remove it.

Fixes W=1 warning:

 drivers/mfd/tps65010.c:407:7: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
 407 | int status;
 | ^~~~~~

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 20d60f85
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