Commit ca22e79f authored by Mingarelli, Thomas's avatar Mingarelli, Thomas Committed by Wim Van Sebroeck

watchdog: hpwdt: HP rebranding

This patch is for the rebranding changes for the corporate split at HP.
There are no functional changes with this patch.
Signed-off-by: default avatarTom Mingarelli <thomas.mingarelli@hpe.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 62e21f5d
/* /*
* HP WatchDog Driver * HPE WatchDog Driver
* based on * based on
* *
* SoftDog 0.05: A Software Watchdog Device * SoftDog 0.05: A Software Watchdog Device
* *
* (c) Copyright 2007 Hewlett-Packard Development Company, L.P. * (c) Copyright 2015 Hewlett Packard Enterprise Development LP
* Thomas Mingarelli <thomas.mingarelli@hp.com> * Thomas Mingarelli <thomas.mingarelli@hpe.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
...@@ -580,7 +580,7 @@ static const struct watchdog_info ident = { ...@@ -580,7 +580,7 @@ static const struct watchdog_info ident = {
.options = WDIOF_SETTIMEOUT | .options = WDIOF_SETTIMEOUT |
WDIOF_KEEPALIVEPING | WDIOF_KEEPALIVEPING |
WDIOF_MAGICCLOSE, WDIOF_MAGICCLOSE,
.identity = "HP iLO2+ HW Watchdog Timer", .identity = "HPE iLO2+ HW Watchdog Timer",
}; };
static long hpwdt_ioctl(struct file *file, unsigned int cmd, static long hpwdt_ioctl(struct file *file, unsigned int cmd,
...@@ -758,7 +758,7 @@ static int hpwdt_init_nmi_decoding(struct pci_dev *dev) ...@@ -758,7 +758,7 @@ static int hpwdt_init_nmi_decoding(struct pci_dev *dev)
goto error2; goto error2;
dev_info(&dev->dev, dev_info(&dev->dev,
"HP Watchdog Timer Driver: NMI decoding initialized" "HPE Watchdog Timer Driver: NMI decoding initialized"
", allow kernel dump: %s (default = 1/ON)\n", ", allow kernel dump: %s (default = 1/ON)\n",
(allow_kdump == 0) ? "OFF" : "ON"); (allow_kdump == 0) ? "OFF" : "ON");
return 0; return 0;
...@@ -863,7 +863,7 @@ static int hpwdt_init_one(struct pci_dev *dev, ...@@ -863,7 +863,7 @@ static int hpwdt_init_one(struct pci_dev *dev,
goto error_misc_register; goto error_misc_register;
} }
dev_info(&dev->dev, "HP Watchdog Timer Driver: %s" dev_info(&dev->dev, "HPE Watchdog Timer Driver: %s"
", timer margin: %d seconds (nowayout=%d).\n", ", timer margin: %d seconds (nowayout=%d).\n",
HPWDT_VERSION, soft_margin, nowayout); HPWDT_VERSION, soft_margin, nowayout);
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment