Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28392
b: refs/heads/master
c: 44df45a
h: refs/heads/master
v: v3
  • Loading branch information
Milan Svoboda authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent ee494d2 commit 3617a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c0642c196beb41b7770571b8a61151bdd418bbe
refs/heads/master: 44df45a09c7c20bbd641b1c30b6406d54ba7e2c8
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/pxa2xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
#include <asm/mach-types.h>
#include <asm/unaligned.h>
#include <asm/hardware.h>
#ifdef CONFIG_ARCH_PXA
#include <asm/arch/pxa-regs.h>
#endif

#include <linux/usb_ch9.h>
#include <linux/usb_gadget.h>
Expand Down Expand Up @@ -2575,10 +2577,12 @@ static int __exit pxa2xx_udc_remove(struct platform_device *pdev)
free_irq(IRQ_USB, dev);
dev->got_irq = 0;
}
#ifdef CONFIG_ARCH_LUBBOCK
if (machine_is_lubbock()) {
free_irq(LUBBOCK_USB_DISC_IRQ, dev);
free_irq(LUBBOCK_USB_IRQ, dev);
}
#endif
platform_set_drvdata(pdev, NULL);
the_controller = NULL;
return 0;
Expand Down

0 comments on commit 3617a33

Please sign in to comment.