kernel/drivers/usb/host/ehci-ppc-of.c
.. .. @@ -31,7 +31,7 @@ 31 31 * generic hardware linkage 32 32 */ 33 33 .irq = ehci_irq, 34 - .flags = HCD_MEMORY | HCD_USB2 | HCD_BH,34 + .flags = HCD_MEMORY | HCD_DMA | HCD_USB2 | HCD_BH,35 35 36 36 /* 37 37 * basic lifecycle operations .. .. @@ -148,6 +148,7 @@ 148 148 } else { 149 149 ehci->has_amcc_usb23 = 1; 150 150 } 151 + of_node_put(np);151 152 } 152 153 153 154 if (of_get_property(dn, "big-endian", NULL)) {