Re: [PATCH v2 1/3] watchdog/hpwdt: Exclude via blacklist

2018-12-06 Thread Guenter Roeck
On Wed, Dec 05, 2018 at 05:42:21PM -0700, Jerry Hoemann wrote: > Instead of having explicit if statments excluding devices, > use a pci_device_id table of devices to blacklist. > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- > drivers/watchdog/hpwdt.c | 12 +++- > 1

Re: [PATCH v2 1/3] watchdog/hpwdt: Exclude via blacklist

2018-12-06 Thread Guenter Roeck
On Wed, Dec 05, 2018 at 05:42:21PM -0700, Jerry Hoemann wrote: > Instead of having explicit if statments excluding devices, > use a pci_device_id table of devices to blacklist. > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- > drivers/watchdog/hpwdt.c | 12 +++- > 1

[PATCH v2 1/3] watchdog/hpwdt: Exclude via blacklist

2018-12-05 Thread Jerry Hoemann
Instead of having explicit if statments excluding devices, use a pci_device_id table of devices to blacklist. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/hpwdt.c

[PATCH v2 1/3] watchdog/hpwdt: Exclude via blacklist

2018-12-05 Thread Jerry Hoemann
Instead of having explicit if statments excluding devices, use a pci_device_id table of devices to blacklist. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/hpwdt.c