Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104715
b: refs/heads/master
c: 09857e3
h: refs/heads/master
i:
  104713: 665280e
  104711: e5c9efa
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 22, 2008
1 parent 7a6178d commit 785b058
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: ff543332ec5d23833994fca9e7789f067fb51221
refs/heads/master: 09857e35cdccf2457bb03c6d7595adc210a517cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int fw_setup_class_device(struct class_device *class_dev,
class_dev->class_id[BUS_ID_SIZE-1] = '\0';
class_dev->dev = device;

class_dev->class = &firmware_class,
class_dev->class = &firmware_class;
class_set_devdata(class_dev, fw_priv);
retval = class_device_register(class_dev);
if (retval) {
Expand Down

0 comments on commit 785b058

Please sign in to comment.