Skip to content

Commit

Permalink
Input: ad714x-spi - remove redundant spi_set_drvdata
Browse files Browse the repository at this point in the history
Driver core sets driver data to NULL upon failure or remove.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Sachin Kamat authored and Dmitry Torokhov committed Sep 20, 2013
1 parent aed06b9 commit 49e6c57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/misc/ad714x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ static int ad714x_spi_remove(struct spi_device *spi)
struct ad714x_chip *chip = spi_get_drvdata(spi);

ad714x_remove(chip);
spi_set_drvdata(spi, NULL);

return 0;
}
Expand Down

0 comments on commit 49e6c57

Please sign in to comment.