From: Jingoo Han Date: Thu, 23 Jan 2014 23:55:03 +0000 (-0800) Subject: drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata() X-Git-Tag: v3.14-rc1~108^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e6ad6740c6e77beda83d4238f2123bf3aef45f;p=pandora-kernel.git drivers/rtc/rtc-ds1305.c: 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: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed