]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: atmel_usba_udc: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 6 May 2013 11:37:19 +0000 (17:07 +0530)
committerFelipe Balbi <balbi@ti.com>
Wed, 15 May 2013 14:20:08 +0000 (17:20 +0300)
commitfb00d6931ab9154cb4d66891909e54907be0798f
tree0d4dce455cf78a0161b9a4eb0c4c01af611f0c7d
parent21c7dee52c02cb4c14f839f16ab538215e52ba13
usb: gadget: atmel_usba_udc: 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.

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/atmel_usba_udc.c