Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348667
b: refs/heads/master
c: 69f5165
h: refs/heads/master
i:
  348665: 7be465f
  348663: ea69664
v: v3
  • Loading branch information
Tushar Behera authored and Felipe Balbi committed Dec 13, 2012
1 parent 09973d6 commit 3b7e0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c1a96ebd315f82fa0f47adce264adb126cf72764
refs/heads/master: 69f5165ebef1d90bd58e9ce5db018218ea4d089c
5 changes: 2 additions & 3 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -3477,12 +3477,11 @@ static void s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg)
/**
* 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)
{
struct s3c_hsotg *hsotg = dev_get_drvdata(dev);

kfree(hsotg);
}

/**
Expand Down

0 comments on commit 3b7e0f0

Please sign in to comment.