Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157282713
D50009.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
591 B
Referenced Files
None
Subscribers
None
D50009.id.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h
--- a/sys/compat/linuxkpi/common/include/linux/pci.h
+++ b/sys/compat/linuxkpi/common/include/linux/pci.h
@@ -380,7 +380,9 @@
int _lkpi_pci_enable_msi_range(struct pci_dev *pdev, int minvec, int maxvec);
#define pci_err(pdev, fmt, ...) \
- dev_err(&(pdev)->dev, fmt, __VA_ARGS__)
+ dev_err(&(pdev)->dev, fmt, ##__VA_ARGS__)
+#define pci_info(pdev, fmt, ...) \
+ dev_info(&(pdev)->dev, fmt, ##__VA_ARGS__)
static inline bool
dev_is_pci(struct device *dev)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 21, 12:10 AM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33364719
Default Alt Text
D50009.id.diff (591 B)
Attached To
Mode
D50009: LinuxKPI: pci: add pci_info()
Attached
Detach File
Event Timeline
Log In to Comment