From: Jingoo Han Date: Tue, 21 Jan 2014 22:39:21 +0000 (-0800) Subject: drivers/block/sx8.c: remove unnecessary pci_set_drvdata() X-Git-Tag: v3.14-rc1~42^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2fc8af41c351d11dcdd863356ff31fccf86cfed;p=pandora-kernel.git drivers/block/sx8.c: remove unnecessary pci_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 Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed