usb: dwc3: gadget: free trb pool only from epnum 2
authorGeorge Cherian <george.cherian@ti.com>
Mon, 27 May 2013 09:05:49 +0000 (14:35 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 19:17:20 +0000 (22:17 +0300)
we never allocate a TRB pool for physical endpoints
0 and 1 so trying to free it (a invalid TRB pool pointer)
will lead us in a warning while removing dwc3.ko module.

In order to fix the situation, all we have to do is skip
dwc3_free_trb_pool() for physical endpoints 0 and 1 just
as we while deleting endpoints from the endpoints list.

Cc: stable@vger.kernel.org
Signed-off-by: George Cherian <george.cherian@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found