Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338639
b: refs/heads/master
c: 24e4c1c
h: refs/heads/master
i:
  338637: c15feed
  338635: 3603a3e
  338631: 1954c1a
  338623: c126c1b
v: v3
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Nov 6, 2012
1 parent ddd5000 commit 46e8c2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 984e833c2bb6cba11e7cbc84c0dfb7b43792ff80
refs/heads/master: 24e4c1c30da3926db547aab4ec873afdc60bd3ee
4 changes: 0 additions & 4 deletions trunk/drivers/usb/renesas_usbhs/mod_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,6 @@ static void usbhsh_endpoint_disable(struct usb_hcd *hcd,
static int usbhsh_hub_status_data(struct usb_hcd *hcd, char *buf)
{
struct usbhsh_hpriv *hpriv = usbhsh_hcd_to_hpriv(hcd);
struct usbhs_priv *priv = usbhsh_hpriv_to_priv(hpriv);
struct device *dev = usbhs_priv_to_dev(priv);
int roothub_id = 1; /* only 1 root hub */

/*
Expand All @@ -1093,8 +1091,6 @@ static int usbhsh_hub_status_data(struct usb_hcd *hcd, char *buf)
else
*buf = 0;

dev_dbg(dev, "%s (%02x)\n", __func__, *buf);

return !!(*buf);
}

Expand Down

0 comments on commit 46e8c2b

Please sign in to comment.