usb: gadget: mv_udc: fix the value of tranceiver
authorChao Xie <chao.xie@marvell.com>
Thu, 24 Jan 2013 06:38:30 +0000 (01:38 -0500)
committerFelipe Balbi <balbi@ti.com>
Thu, 24 Jan 2013 19:11:34 +0000 (21:11 +0200)
commit449d04a977f63e6218d88312f9bd3cb53fb5d30b
tree8e0eef406184057c7bf15c78e547fdaaa4a7c259
parentab592a74a5519d9de2af3003a721cfe0c6684b8a
usb: gadget: mv_udc: fix the value of tranceiver

usally we will use udc->tranceiver == NULL or
udc->tranceiver != NULL.
So when failed to get the udc->tranceiver by usb_get_phy(), we
directly set udc->tranceiver to be NULL.
Then the source code will not need macro IS_ERR_OR_NULL() for
udc->tranceiver judgement. It can reduce the line size and make
the judgement simple.

Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_udc_core.c