Browse Source

usb: gadget: s3c2410_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.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Sachin Kamat 12 years ago
parent
commit
03fc1d84e1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/usb/gadget/s3c2410_udc.c

+ 0 - 2
drivers/usb/gadget/s3c2410_udc.c

@@ -1948,8 +1948,6 @@ static int s3c2410_udc_remove(struct platform_device *pdev)
 	iounmap(base_addr);
 	release_mem_region(rsrc_start, rsrc_len);
 
-	platform_set_drvdata(pdev, NULL);
-
 	if (!IS_ERR(udc_clock) && udc_clock != NULL) {
 		clk_disable(udc_clock);
 		clk_put(udc_clock);