]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpio-74x164.c
gpio: gpio-74x164: Remove redundant spi_set_drvdata
[karo-tx-linux.git] / drivers / gpio / gpio-74x164.c
index 5d518d5db7a0ae4a084f3652cb2ac61067a3dbc6..a51e893e059287f57fea600813d2a16cace4d019 100644 (file)
@@ -176,7 +176,6 @@ static int gen_74x164_probe(struct spi_device *spi)
        return ret;
 
 exit_destroy:
-       spi_set_drvdata(spi, NULL);
        mutex_destroy(&chip->lock);
        return ret;
 }
@@ -190,8 +189,6 @@ static int gen_74x164_remove(struct spi_device *spi)
        if (chip == NULL)
                return -ENODEV;
 
-       spi_set_drvdata(spi, NULL);
-
        ret = gpiochip_remove(&chip->gpio_chip);
        if (!ret)
                mutex_destroy(&chip->lock);