Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141797
b: refs/heads/master
c: 9477ab2
h: refs/heads/master
i:
  141795: c765557
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Haavard Skinnemoen committed Mar 26, 2009
1 parent cddbd4b commit 09f078d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 472a6786b071ea88144e09eeb9b2a77549d98e75
refs/heads/master: 9477ab2b2ae098423af2ed4fb1f7b864abfc14fc
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/at32ap700x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ at32_add_device_usba(unsigned int id, struct usba_platform_data *data)
if (platform_device_add_data(pdev, data, sizeof(usba_data)))
goto out_free_pdev;

if (data->vbus_pin >= 0)
if (gpio_is_valid(data->vbus_pin))
at32_select_gpio(data->vbus_pin, 0);

usba0_pclk.dev = &pdev->dev;
Expand Down

0 comments on commit 09f078d

Please sign in to comment.