From: Jingoo Han Date: Wed, 11 Sep 2013 21:26:01 +0000 (-0700) Subject: drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~52^2~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ccf5a04f70cc2f64c145727de0f049cc67c43ece;p=users%2Fwilly%2Flinux.git 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: Jingoo Han Cc: Maxim Levitsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/memstick/host/rtsx_pci_ms.c b/drivers/memstick/host/rtsx_pci_ms.c index cf8bd727dfc7..25f8f93decb6 100644 --- a/drivers/memstick/host/rtsx_pci_ms.c +++ b/drivers/memstick/host/rtsx_pci_ms.c @@ -612,8 +612,6 @@ static int rtsx_pci_ms_drv_remove(struct platform_device *pdev) memstick_remove_host(msh); memstick_free_host(msh); - platform_set_drvdata(pdev, NULL); - dev_dbg(&(pdev->dev), ": Realtek PCI-E Memstick controller has been removed\n");