usb: gadget: dummy_hcd: fix null-deref free req
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Wed, 25 Jan 2012 14:18:58 +0000 (15:18 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 9 Feb 2012 07:54:00 +0000 (09:54 +0200)
commit20edfbb6a17f3007c1905e9849d8d306e318883b
tree3546c5796c58573561a9217525020d9a88eb0977
parent3cf0ad02e42a91e85ffe9bd67422dd266531d3ec
usb: gadget: dummy_hcd: fix null-deref free req

_ep to ep is a pointer substraction so ep won't be zero unless _ep was
8. This was not intendent by the author, it was probably a typo while
checking for NULL of the argument.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/dummy_hcd.c