Skip to content

Commit

Permalink
drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_…
Browse files Browse the repository at this point in the history
…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 <jg1.han@samsung.com>
Cc: Maxim Levitsky <maximlevitsky@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Sep 11, 2013
1 parent b67fb08 commit ccf5a04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/memstick/host/rtsx_pci_ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit ccf5a04

Please sign in to comment.