提交 7c2b2315 编写于 作者: I Ian Abbott 提交者: Greg Kroah-Hartman

staging: comedi: das08: Don't report iobase for PCI device

Don't bother reporting the I/O base address for PCI devices as it's not
very interesting.
Signed-off-by: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c6e37f4f
...@@ -800,7 +800,6 @@ das08_attach_pci(struct comedi_device *dev, struct pci_dev *pdev) ...@@ -800,7 +800,6 @@ das08_attach_pci(struct comedi_device *dev, struct pci_dev *pdev)
} }
/* read base addresses */ /* read base addresses */
iobase = pci_resource_start(pdev, 2); iobase = pci_resource_start(pdev, 2);
dev_info(dev->class_dev, "iobase 0x%lx\n", iobase);
return das08_common_attach(dev, iobase); return das08_common_attach(dev, iobase);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册