Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2398
b: refs/heads/master
c: 4893e9d
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 20, 2005
1 parent 6f6829b commit 5b5202c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d9d27fb651a7c95a46f276bacb4329db47470a6
refs/heads/master: 4893e9d1cfeb614b5155c43eefbb338b4f02cb34
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static ssize_t show_interface_string(struct device *dev, struct device_attribute
}
static DEVICE_ATTR(interface, S_IRUGO, show_interface_string, NULL);

static ssize_t show_modalias(struct device *dev, char *buf)
static ssize_t show_modalias(struct device *dev, struct device_attribute *attr, char *buf)
{
struct usb_interface *intf;
struct usb_device *udev;
Expand Down

0 comments on commit 5b5202c

Please sign in to comment.