commit | fb2a85dd933c2793f5aabeb84af8b3bc00c0c968 | [log] [tgz] |
---|---|---|
author | Mian Yousaf Kaukab <yousaf.kaukab@intel.com> | Mon Feb 02 10:55:24 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 10 15:33:30 2015 -0500 |
tree | 0fcc7214c460a5629071832d1472fb2d8381bc97 | |
parent | a285f40d80d440853ac908017d6d949ae2a7f88e [diff] |
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 <yousaf.kaukab@intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>