On Thu, Dec 03, 2015 at 10:37:27AM -0500, Alan Stern wrote: >> FWIW, I tried against &ps->dev->bus->controller, and it didn't give me any >> error messages, but still returns NULL. > I'm at a loss.
Seemingly controller is already a pointer, so the & is redundant. No idea why it didn't crash plain out. Fixing that, I can allocate, although I have some other bug causing an oops somewhere else. But you still think usb_alloc_coherent() is the better way to go? Should be easy enough to change, just let me know. /* Steinar */ -- Homepage: https://www.sesse.net/ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html