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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 17:14:51 +0000 (10:14 -0700)
commite6e93ccf04802499af5a67d01ff59de7d831b25f
tree15fa313f328a01cfc6ee6cf99376e381fddeb04b
parentb342f0969be9291d71bd8d5142d1b7f6fe9ffc3e
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/mv_u3d_core.c