projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4893e9d
)
[PATCH] PCI: fix show_modalias() function due to attribute change
author
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 19 Jun 2005 10:21:43 +0000
(12:21 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 20 Jun 2005 22:28:51 +0000
(15:28 -0700)
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/pci-sysfs.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/pci-sysfs.c
b/drivers/pci/pci-sysfs.c
index 8b79609a3a035f0957e8e865461126643738712b..a15f94072a6f554a4e43b70db5c24d7e1b64240a 100644
(file)
--- a/
drivers/pci/pci-sysfs.c
+++ b/
drivers/pci/pci-sysfs.c
@@
-73,7
+73,7
@@
resource_show(struct device * dev, struct device_attribute *attr, char * buf)
return (str - buf);
}
-static ssize_t modalias_show(struct device *dev, char *buf)
+static ssize_t modalias_show(struct device *dev,
struct device_attribute *attr,
char *buf)
{
struct pci_dev *pci_dev = to_pci_dev(dev);