Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127253
b: refs/heads/master
c: b40fc2a
h: refs/heads/master
i:
  127251: 593007b
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent bf8ed7c commit a27ae9d
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: c48a5155252fd9cba7bedc59e5f8a339a3454d58
refs/heads/master: b40fc2a2563b03a7b925cd16d1657aa2c24fd9c0
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/pxa25x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ static int __init pxa25x_udc_probe(struct platform_device *pdev)
udc_disable(dev);
udc_reinit(dev);

dev->vbus = is_vbus_present();
dev->vbus = !!is_vbus_present();

/* irq setup after old hardware state is cleaned up */
retval = request_irq(irq, pxa25x_udc_irq,
Expand Down

0 comments on commit a27ae9d

Please sign in to comment.