Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364677
b: refs/heads/master
c: ad8033f
h: refs/heads/master
i:
  364675: 5d81c4a
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 4fbfc60 commit 88fc3e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 59139706a0bc6950759c588ca3a28a732fa18d5f
refs/heads/master: ad8033fcd08ed9d0e2c262015baf7e22e1544db2
11 changes: 0 additions & 11 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3443,16 +3443,6 @@ static void s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg)
debugfs_remove(hsotg->debug_root);
}

/**
* s3c_hsotg_release - release callback for hsotg device
* @dev: Device to for which release is called
*
* Nothing to do as the resource is allocated using devm_ API.
*/
static void s3c_hsotg_release(struct device *dev)
{
}

/**
* s3c_hsotg_probe - probe function for hsotg driver
* @pdev: The platform information for the driver
Expand Down Expand Up @@ -3530,7 +3520,6 @@ static int s3c_hsotg_probe(struct platform_device *pdev)
hsotg->gadget.max_speed = USB_SPEED_HIGH;
hsotg->gadget.ops = &s3c_hsotg_gadget_ops;
hsotg->gadget.name = dev_name(dev);
hsotg->gadget.dev.release = s3c_hsotg_release;

/* reset the system */

Expand Down

0 comments on commit 88fc3e7

Please sign in to comment.