]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 17 May 2013 09:51:20 +0000 (15:21 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 17:09:32 +0000 (20:09 +0300)
commit50102c95ed64c60c9ecfc5b3a1d262414e210454
treeeba2af2aa570db5464ebba23d88794193f4c8198
parenta9418d44f717bf117cbffe0ef8808f4f7e5ce5fd
usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()

Commit bcb6fcf111 (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: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/pxa27x_udc.c