From: Jingoo Han Date: Wed, 11 Sep 2013 21:26:01 +0000 (-0700) Subject: drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() X-Git-Tag: v3.12-rc1~52^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf5a04f70cc2f64c145727de0f049cc67c43ece;p=pandora-kernel.git drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_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: Maxim Levitsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed