Re: [PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2021-01-03 Thread Jeff LaBundy
Hi Dmitry, On Sun, Jan 03, 2021 at 05:58:41PM -0800, Dmitry Torokhov wrote: > Hi Jeff, > > On Sat, Dec 19, 2020 at 08:01:09PM -0600, Jeff LaBundy wrote: > > Hi Dmitry, > > > > On Fri, Dec 18, 2020 at 04:49:48PM +, Roy Im wrote: > > > On Friday, December 18, 2020 3:50 PM, Dmitry Torokhov wrot

Re: [PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2021-01-03 Thread Dmitry Torokhov
Hi Jeff, On Sat, Dec 19, 2020 at 08:01:09PM -0600, Jeff LaBundy wrote: > Hi Dmitry, > > On Fri, Dec 18, 2020 at 04:49:48PM +, Roy Im wrote: > > On Friday, December 18, 2020 3:50 PM, Dmitry Torokhov wrote: > > > > > The OF match table is only used when OF is enabled. > > > > > > Fixes: cd3f6

Re: [PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2020-12-19 Thread Jeff LaBundy
Hi Dmitry, On Fri, Dec 18, 2020 at 04:49:48PM +, Roy Im wrote: > On Friday, December 18, 2020 3:50 PM, Dmitry Torokhov wrote: > > > The OF match table is only used when OF is enabled. > > > > Fixes: cd3f609823a5 ("Input: new da7280 haptic driver") > > Reported-by: kernel test robot > > Sign

RE: [PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2020-12-18 Thread Roy Im
On Friday, December 18, 2020 3:50 PM, Dmitry Torokhov wrote: > The OF match table is only used when OF is enabled. > > Fixes: cd3f609823a5 ("Input: new da7280 haptic driver") > Reported-by: kernel test robot > Signed-off-by: Dmitry Torokhov > --- > drivers/input/misc/da7280.c | 2 ++ > 1 file

[PATCH] Input: da7280 - protect OF match table with CONFIG_OF

2020-12-17 Thread Dmitry Torokhov
The OF match table is only used when OF is enabled. Fixes: cd3f609823a5 ("Input: new da7280 haptic driver") Reported-by: kernel test robot Signed-off-by: Dmitry Torokhov --- drivers/input/misc/da7280.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/misc/da7280.c b/drivers/i