mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
wl2866d: silence logspam
Signed-off-by: Yaroslav Furman <yaro330@gmail.com> Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
parent
fa5936590b
commit
4e8cb17df7
@ -782,7 +782,6 @@ static int wl2866d_suspend(struct device *dev)
|
||||
struct wl2866d_chip *chip = i2c_get_clientdata(client);
|
||||
int ret = 0;
|
||||
|
||||
pr_err("%s\n", __func__);
|
||||
ret = wl2866d_i2c_write(chip, wl2866d_on_config[VOL_DISABLE].reg, wl2866d_on_config[VOL_DISABLE].value);
|
||||
if (ret < 0)
|
||||
pr_err("wl2866d close voltage failed\n");
|
||||
@ -798,7 +797,6 @@ static int wl2866d_resume(struct device *dev)
|
||||
//#ifdef __XIAOMI_CAMERA__
|
||||
//int ret = 0;
|
||||
|
||||
pr_err("%s\n", __func__);
|
||||
wl2866d_enable_power(chip);
|
||||
gpio_direction_output(chip->en_gpio, 0);
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user