Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354631
b: refs/heads/master
c: d2aec37
h: refs/heads/master
i:
  354629: c9b6b5e
  354627: d882acd
  354623: ef70e29
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Felipe Balbi committed Jan 10, 2013
1 parent 0716db4 commit b32b0e5
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: 348409a267e441c46345f325db37e9824fcf675e
refs/heads/master: d2aec37c3b7aa029ffb4ac5fa3d1ee3453d4d0a4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/at91_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ static int at91udc_probe(struct platform_device *pdev)

/* rm9200 needs manual D+ pullup; off by default */
if (cpu_is_at91rm9200()) {
if (gpio_is_valid(udc->board.pullup_pin)) {
if (!gpio_is_valid(udc->board.pullup_pin)) {
DBG("no D+ pullup?\n");
retval = -ENODEV;
goto fail0;
Expand Down

0 comments on commit b32b0e5

Please sign in to comment.