Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303877
b: refs/heads/master
c: 7b18389
h: refs/heads/master
i:
  303875: 6a08a88
v: v3
  • Loading branch information
Igor Grinberg authored and Greg Kroah-Hartman committed May 9, 2012
1 parent 9466b4a commit 5eb8780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1f339d84407eda744caa5b361d67019c66532d5d
refs/heads/master: 7b18389dd4fe0b178117b09d054e214297f7e677
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
udelay(10);

if (gpio_is_valid(pdata->reset_gpio_port[0]))
gpio_set_value(pdata->reset_gpio_port[0], 1);
gpio_set_value_cansleep(pdata->reset_gpio_port[0], 1);

if (gpio_is_valid(pdata->reset_gpio_port[1]))
gpio_set_value(pdata->reset_gpio_port[1], 1);
gpio_set_value_cansleep(pdata->reset_gpio_port[1], 1);
}

ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
Expand Down

0 comments on commit 5eb8780

Please sign in to comment.