From: Jingoo Han Date: Mon, 23 Sep 2013 01:31:30 +0000 (+0900) Subject: mtd: scb2_flash: remove unnecessary pci_set_drvdata() X-Git-Tag: v3.13-rc1~98^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d47011b39a8a2cd29560fee708681b20a5e9a8b;p=pandora-kernel.git mtd: scb2_flash: 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 Signed-off-by: Brian Norris --- Reading git-diff-tree failed