We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3401f3a commit f008f59Copy full SHA for f008f59
drivers/watchdog/hpwdt.c
@@ -33,7 +33,6 @@
33
#define DEFAULT_MARGIN 30
34
#define PRETIMEOUT_SEC 9
35
36
-static bool ilo5;
37
static unsigned int soft_margin = DEFAULT_MARGIN; /* in seconds */
38
static bool nowayout = WATCHDOG_NOWAYOUT;
39
static bool pretimeout = IS_ENABLED(CONFIG_HPWDT_NMI_DECODING);
@@ -360,9 +359,6 @@ static int hpwdt_init_one(struct pci_dev *dev,
360
359
pretimeout ? "on" : "off");
361
dev_info(&dev->dev, "kdumptimeout: %d.\n", kdumptimeout);
362
363
- if (dev->subsystem_vendor == PCI_VENDOR_ID_HP_3PAR)
364
- ilo5 = true;
365
-
366
return 0;
367
368
error_wd_register:
0 commit comments