Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325262
b: refs/heads/master
c: 7505817
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 14, 2012
1 parent 2789a1c commit 1af09b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 99d4b1a6cbfa8449dad5fb58e8c8044301e2667a
refs/heads/master: 7505817603854506732affb584ef6568a4702d6f
8 changes: 1 addition & 7 deletions trunk/drivers/staging/ccg/ccg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1101,13 +1101,7 @@ static struct device_attribute *ccg_usb_attributes[] = {
static int ccg_bind_config(struct usb_configuration *c)
{
struct ccg_dev *dev = _ccg_dev;
int ret = 0;

ret = ccg_bind_enabled_functions(dev, c);
if (ret)
return ret;

return 0;
return ccg_bind_enabled_functions(dev, c);
}

static void ccg_unbind_config(struct usb_configuration *c)
Expand Down

0 comments on commit 1af09b7

Please sign in to comment.