From: Mian Yousaf Kaukab Date: Mon, 2 Feb 2015 09:55:24 +0000 (+0100) Subject: usb: gadget: net2280: remove fiforegs as it is unused X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2a85dd933c2793f5aabeb84af8b3bc00c0c968;p=pandora-kernel.git usb: gadget: net2280: remove fiforegs as it is unused Remove fiforegs from struct net2280 and net2280_ep as it is unused. By the way, ep->fiforegs = &dev->fiforegs[i] assignment is incorrect. It should be ep->fiforegs = &dev->fiforegs[ne[i]], but it doesn't matter now. Signed-off-by: Mian Yousaf Kaukab Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed