Skip to content
Snippets Groups Projects
Commit ccf5a04f authored by Jingoo Han's avatar Jingoo Han Committed by Linus Torvalds
Browse files

drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()


The driver core clears the driver data to NULL after device_release or on
probe failure.  Thus, it is not needed to manually clear the device driver
data to NULL.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b67fb086
No related branches found
No related tags found
No related merge requests found
...@@ -612,8 +612,6 @@ static int rtsx_pci_ms_drv_remove(struct platform_device *pdev) ...@@ -612,8 +612,6 @@ static int rtsx_pci_ms_drv_remove(struct platform_device *pdev)
memstick_remove_host(msh); memstick_remove_host(msh);
memstick_free_host(msh); memstick_free_host(msh);
platform_set_drvdata(pdev, NULL);
dev_dbg(&(pdev->dev), dev_dbg(&(pdev->dev),
": Realtek PCI-E Memstick controller has been removed\n"); ": Realtek PCI-E Memstick controller has been removed\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment