Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36455
b: refs/heads/master
c: 96cede5
h: refs/heads/master
i:
  36453: 4072f28
  36451: b705fd4
  36447: 1f272ca
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 27, 2006
1 parent 222cab0 commit 16c25ce
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e7ccdfec087f02930c5cdc81143d4a045ae8d361
refs/heads/master: 96cede531c632ac019003bf40128b1821761a164
4 changes: 3 additions & 1 deletion trunk/drivers/usb/class/usblp.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,9 @@ static int usblp_probe(struct usb_interface *intf,

/* Retrieve and store the device ID string. */
usblp_cache_device_id_string(usblp);
device_create_file(&intf->dev, &dev_attr_ieee1284_id);
retval = device_create_file(&intf->dev, &dev_attr_ieee1284_id);
if (retval)
goto abort_intfdata;

#ifdef DEBUG
usblp_check_status(usblp, 0);
Expand Down

0 comments on commit 16c25ce

Please sign in to comment.