Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354687
b: refs/heads/master
c: 5a1a174
h: refs/heads/master
i:
  354685: 63611ba
  354683: f244745
  354679: 016fba3
  354671: 7627137
  354655: e6cd390
  354623: ef70e29
  354559: 9c74971
v: v3
  • Loading branch information
Vivek Gautam authored and Felipe Balbi committed Jan 23, 2013
1 parent 1eac0cb commit 2702aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ed993bf19b98fdb0d364913174b5001fc3ac199b
refs/heads/master: 5a1a174c2c7f51b562071e06c9b52c5fd8adf6da
6 changes: 3 additions & 3 deletions trunk/drivers/usb/phy/samsung-usbphy.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ static inline const struct samsung_usbphy_drvdata
platform_get_device_id(pdev)->driver_data;
}

static int __devinit samsung_usbphy_probe(struct platform_device *pdev)
static int samsung_usbphy_probe(struct platform_device *pdev)
{
struct samsung_usbphy *sphy;
struct usb_otg *otg;
Expand Down Expand Up @@ -847,7 +847,7 @@ static int __devinit samsung_usbphy_probe(struct platform_device *pdev)
return usb_add_phy(&sphy->phy, USB_PHY_TYPE_USB2);
}

static int __exit samsung_usbphy_remove(struct platform_device *pdev)
static int samsung_usbphy_remove(struct platform_device *pdev)
{
struct samsung_usbphy *sphy = platform_get_drvdata(pdev);

Expand Down Expand Up @@ -913,7 +913,7 @@ MODULE_DEVICE_TABLE(platform, samsung_usbphy_driver_ids);

static struct platform_driver samsung_usbphy_driver = {
.probe = samsung_usbphy_probe,
.remove = __devexit_p(samsung_usbphy_remove),
.remove = samsung_usbphy_remove,
.id_table = samsung_usbphy_driver_ids,
.driver = {
.name = "samsung-usbphy",
Expand Down

0 comments on commit 2702aa0

Please sign in to comment.