usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 09:51:19 +0000 (15:21 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 17:09:20 +0000 (20:09 +0300)
commit2d2428c027c6b2a815f4a90aa6883c02088e1e5e
tree6e30ec3b082034bd30b8282c8b06dc86047fbbec
parent1b635f0ff3f7fcc15e2a5fdc430c99f88904d3c6
usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()

Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Yu Xu <yuxu@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/mv_u3d_core.c