From: Jingoo Han Date: Mon, 25 Nov 2013 03:29:35 +0000 (+0900) Subject: misc: eeprom_93xx46: remove unnecessary spi_set_drvdata() X-Git-Tag: v3.14-rc1~152^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612340b155290ac02a047bbb073a31ae4cfffdd8;p=pandora-kernel.git misc: eeprom_93xx46: remove unnecessary spi_set_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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed