Re: [PATCH v7 1/6] mfd: rk808: remove the id_table

2019-04-01 Thread Lee Jones
On Wed, 02 Jan 2019, Tony Xie wrote: > Remove the id_table because it's not used. > > Signed-off-by: Tony Xie > --- > drivers/mfd/rk808.c | 9 - > 1 file changed, 9 deletions(-) Applied, thanks. -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for A

[PATCH v7 1/6] mfd: rk808: remove the id_table

2019-01-02 Thread Tony Xie
Remove the id_table because it's not used. Signed-off-by: Tony Xie --- drivers/mfd/rk808.c | 9 - 1 file changed, 9 deletions(-) diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 216fbf6adec9..94377782d208 100644 --- a/drivers/mfd/rk808.c +++ b/drivers/mfd/rk808.c @@ -568,14