From: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> hpsa: add new messaging Bugzilla: https://bugzilla.redhat.com/2028575 Upstream Status: RHEL only commit d19e4d7d3290fc2ed2f95905d60b354c2c41eb9a Author: Tomas Henzl <thenzl@xxxxxxxxxx> Date: Fri Jan 21 14:31:45 2022 +0100 hpsa: add new messaging Upstream Status: RHEL only Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2028575 New messages based on input from BU and RH Engineering. Signed-off-by: Tomas Henzl <thenzl@xxxxxxxxxx> Signed-off-by: Peter Georg <peter.georg@xxxxxxxxxxxxxxxxxxxxxxxx> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index blahblah..blahblah 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -8675,6 +8675,10 @@ static int hpsa_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) unsigned long flags; u32 board_id; +#ifdef CONFIG_RHEL_DIFFERENCES + pci_hw_unmaintained(hpsa_pci_device_id, pdev); +#endif + if (number_of_controllers == 0) printk(KERN_INFO DRIVER_NAME "\n"); -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1610 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure