]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/block/swim.c: remove unnecessary platform_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Sep 2013 21:20:13 +0000 (14:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:56:59 +0000 (15:56 -0700)
commita7c9704c46467543bc8f555acf6a8c973886876d
treeef6450ff76d4ad4921232beb3be3ed255ae2791e
parentb6452e7f863a326f18ba4ef68f122a8d2ba5ecfb
drivers/block/swim.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 <jg1.han@samsung.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/swim.c