Skip to content
Commit 7ad2915f authored by yu kuai's avatar yu kuai Committed by Lee Jones
Browse files

mfd: tqmx86: remove set but not used variable 'i2c_ien'



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

drivers/mfd/tqmx86.c: In function ‘tqmx86_probe’:
drivers/mfd/tqmx86.c:161:29: warning: variable ‘i2c_ien’
set but not used I[-Wunused-but-set-variable]

It is never used, and so can be removed.

Signed-off-by: default avataryu kuai <yukuai3@huawei.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 2cce09eb
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