]> Pileus Git - ~andy/linux/commitdiff
mfd: mc13xxx: Remove unnecessary spi_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Mon, 25 Nov 2013 03:27:29 +0000 (12:27 +0900)
committerLee Jones <lee.jones@linaro.org>
Tue, 21 Jan 2014 08:13:34 +0000 (08:13 +0000)
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>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mc13xxx-spi.c

index 5f14ef6693c22abd073b62ea6114dab2b09d76b8..cbcc86d9b6e7f88045c287516ba68fa67c453bb6 100644 (file)
@@ -149,7 +149,6 @@ static int mc13xxx_spi_probe(struct spi_device *spi)
                ret = PTR_ERR(mc13xxx->regmap);
                dev_err(mc13xxx->dev, "Failed to initialize register map: %d\n",
                                ret);
-               spi_set_drvdata(spi, NULL);
                return ret;
        }