]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: udc: net2280: Remove module parameter use_msi
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 28 Nov 2014 13:50:48 +0000 (14:50 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:27 +0000 (12:13 -0600)
commit9c864c23424fa6a2e23b8e81faa6a100ab01481c
tree5454bf1e52828c54da247b832f19cadf6945eae7
parent7a74c48172d8fad6da0f9be5d353cf322305af07
usb: gadget: udc: net2280: Remove module parameter use_msi

Parameter use_msi was used to enable msi irq on usb338x chips, it was
enabled by default.

There is no reason to prefer non-msi irq on usb338x, and it falls back
to non msi on error.

Therefore remove this option.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/net2280.c