* [PATCH v1 1/1] pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definition
@ 2023-12-21 14:09 Andy Shevchenko
2023-12-21 17:46 ` Thomas Weißschuh
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2023-12-21 14:09 UTC (permalink / raw)
To: Thomas Weißschuh, linux-kernel
Cc: Arnd Bergmann, Greg Kroah-Hartman, Andy Shevchenko
PCI_VENDOR_ID_REDHAT is already defined in pci_ids.h. Kill the dup.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/misc/pvpanic/pvpanic-pci.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/misc/pvpanic/pvpanic-pci.c b/drivers/misc/pvpanic/pvpanic-pci.c
index 689af4c28c2a..c5fb6298cb8d 100644
--- a/drivers/misc/pvpanic/pvpanic-pci.c
+++ b/drivers/misc/pvpanic/pvpanic-pci.c
@@ -15,7 +15,6 @@
#include "pvpanic.h"
-#define PCI_VENDOR_ID_REDHAT 0x1b36
#define PCI_DEVICE_ID_REDHAT_PVPANIC 0x0011
MODULE_AUTHOR("Mihai Carabas <mihai.carabas@oracle.com>");
--
2.43.0.rc1.1.gbec44491f096
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1 1/1] pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definition
2023-12-21 14:09 [PATCH v1 1/1] pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definition Andy Shevchenko
@ 2023-12-21 17:46 ` Thomas Weißschuh
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Weißschuh @ 2023-12-21 17:46 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Thomas Weißschuh, linux-kernel, Arnd Bergmann,
Greg Kroah-Hartman
Dec 21, 2023 15:15:32 Andy Shevchenko <andriy.shevchenko@linux.intel.com>:
> PCI_VENDOR_ID_REDHAT is already defined in pci_ids.h. Kill the dup.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> drivers/misc/pvpanic/pvpanic-pci.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/misc/pvpanic/pvpanic-pci.c b/drivers/misc/pvpanic/pvpanic-pci.c
> index 689af4c28c2a..c5fb6298cb8d 100644
> --- a/drivers/misc/pvpanic/pvpanic-pci.c
> +++ b/drivers/misc/pvpanic/pvpanic-pci.c
> @@ -15,7 +15,6 @@
>
> #include "pvpanic.h"
>
> -#define PCI_VENDOR_ID_REDHAT 0x1b36
> #define PCI_DEVICE_ID_REDHAT_PVPANIC 0x0011
>
> MODULE_AUTHOR("Mihai Carabas <mihai.carabas@oracle.com>");
> --
> 2.43.0.rc1.1.gbec44491f096
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-21 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 14:09 [PATCH v1 1/1] pvpanic: Kill duplicate PCI_VENDOR_ID_REDHAT definition Andy Shevchenko
2023-12-21 17:46 ` Thomas Weißschuh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox