Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364831
b: refs/heads/master
c: 75bfe23
h: refs/heads/master
i:
  364829: d649bd3
  364827: bcc6d37
  364823: ce21c13
  364815: 27a46ee
  364799: f421e71
v: v3
  • Loading branch information
David Rientjes authored and Greg Kroah-Hartman committed Apr 8, 2013
1 parent 98c12c8 commit ececb24
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 197c58f624bfb98d3f7f381e57b5d09b2360266f
refs/heads/master: 75bfe23a36fc47dd95c5216b48caaf1fa9c55a65
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static int config_usb_cfg_unlink(
}
}
mutex_unlock(&gi->lock);
__WARN_printf("Unable to locate function to unbind\n");
WARN(1, "Unable to locate function to unbind\n");
return 0;
}

Expand Down Expand Up @@ -730,7 +730,7 @@ USB_CONFIG_STRINGS_LANG(gadget_strings, gadget_info);

static int configfs_do_nothing(struct usb_composite_dev *cdev)
{
__WARN();
WARN_ON(1);
return -EINVAL;
}

Expand Down

0 comments on commit ececb24

Please sign in to comment.