From: Ricardo Ribalda Delgado Date: Fri, 28 Nov 2014 13:50:46 +0000 (+0100) Subject: usb: gadget: udc: net2280: Remove obsolete module param use_dma_chaining X-Git-Tag: fixes-v4.0-rc1~102^2^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906641980c3ae4e4175268168897ebdc7314c73c;p=pandora-kernel.git usb: gadget: udc: net2280: Remove obsolete module param use_dma_chaining use_dma_chaining module parameter was designed to avoid creating one irq per package on a group of packages (with the help of the driver's flag no_interrupt). Unfortunately, when this parameter is enabled, the driver fails to work on both net2280 and 3380 chips. This patch removes this parameter, which was disabled by default. Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed