You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging: struct device - replace bus_id with dev_name(), dev_set_name()
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9f37952aa0
commit
e913397202
@@ -1321,7 +1321,7 @@ static int __devinit poch_pci_probe(struct pci_dev *pdev,
|
||||
}
|
||||
|
||||
ret = request_irq(pdev->irq, poch_irq_handler, IRQF_SHARED,
|
||||
dev->bus_id, poch_dev);
|
||||
dev_name(dev), poch_dev);
|
||||
if (ret) {
|
||||
dev_err(dev, "error requesting IRQ %u\n", pdev->irq);
|
||||
ret = -ENOMEM;
|
||||
|
||||
Reference in New Issue
Block a user