Commit b36b5e9d128b7795794ce84a4ce308ea5c1a3c38

Authored by Jingoo Han
Committed by David Woodhouse
1 parent d5d093121e

mtd: maps: plat-ram: remove unnecessary platform_set_drvdata()

The driver core clears the driver data to NULL after device_release
or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound).
Thus, it is not needed to manually clear the device driver data to NULL.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/mtd/maps/plat-ram.c
... ... @@ -84,8 +84,6 @@
84 84 {
85 85 struct platram_info *info = to_platram_info(pdev);
86 86  
87   - platform_set_drvdata(pdev, NULL);
88   -
89 87 dev_dbg(&pdev->dev, "removing device\n");
90 88  
91 89 if (info == NULL)