Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317979
b: refs/heads/master
c: d67030d
h: refs/heads/master
i:
  317977: a0ba3ea
  317975: d7d38da
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent c53c765 commit be8a4c2
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: a6e28b34205be389068cd08238e1368443f31b8b
refs/heads/master: d67030d215ac1ec13cab16467904c2a7265e1fbd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/gdm72xx/usb_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int usb_boot(struct usb_device *usbdev, u16 pid)
if (IS_ERR(filp)) {
printk(KERN_ERR "Can't find %s.\n", img_name);
set_fs(fs);
ret = -ENOENT;
ret = PTR_ERR(filp);
goto restore_fs;
}

Expand Down

0 comments on commit be8a4c2

Please sign in to comment.