Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67966
b: refs/heads/master
c: 109f0e9
h: refs/heads/master
v: v3
  • Loading branch information
Markus Rechberger authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent e65d6ba commit c8b1a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ccd490a3c3d9c5960c738c2720fb2dc6830bc334
refs/heads/master: 109f0e93b6b728f03c1eb4af02bc25d71b646c59
3 changes: 1 addition & 2 deletions trunk/drivers/base/firmware_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ firmware_class_timeout(u_long data)

static inline void fw_setup_device_id(struct device *f_dev, struct device *dev)
{
/* XXX warning we should watch out for name collisions */
strlcpy(f_dev->bus_id, dev->bus_id, BUS_ID_SIZE);
snprintf(f_dev->bus_id, BUS_ID_SIZE, "firmware-%s", dev->bus_id);
}

static int fw_register_device(struct device **dev_p, const char *fw_name,
Expand Down

0 comments on commit c8b1a2b

Please sign in to comment.