Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364885
b: refs/heads/master
c: 9890e33
h: refs/heads/master
i:
  364883: 9d16026
v: v3
  • Loading branch information
Andrzej Pietrasiewicz authored and Felipe Balbi committed Apr 23, 2013
1 parent 701d636 commit d5fad69
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: 8d6f51bda67bb68b33ed4a48c57b0904a3395301
refs/heads/master: 9890e33013fae0d67cd385d2038fcab4e52a6632
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/f_sourcesink.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ static struct usb_function *source_sink_alloc_func(
return &ss->function;
}

static void acm_free_instance(struct usb_function_instance *fi)
static void source_sink_free_instance(struct usb_function_instance *fi)
{
struct f_ss_opts *ss_opts;

Expand All @@ -913,7 +913,7 @@ static struct usb_function_instance *source_sink_alloc_inst(void)
ss_opts = kzalloc(sizeof(*ss_opts), GFP_KERNEL);
if (!ss_opts)
return ERR_PTR(-ENOMEM);
ss_opts->func_inst.free_func_inst = acm_free_instance;
ss_opts->func_inst.free_func_inst = source_sink_free_instance;
return &ss_opts->func_inst;
}
DECLARE_USB_FUNCTION(SourceSink, source_sink_alloc_inst,
Expand Down

0 comments on commit d5fad69

Please sign in to comment.