hwrng: bcm63xx - remove unnecessary platform_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Mon, 6 May 2013 04:38:27 +0000 (13:38 +0900)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 May 2013 09:55:29 +0000 (17:55 +0800)
commit938ae2f83b7f94cf44b66757d63e56e9865ffdf9
treeeaf7416aa18a28cab076c6d58a9507be9f85201f
parent19e21b1d6d51a14c79ee3bc80352d665c7772b1c
hwrng: bcm63xx - remove unnecessary platform_set_drvdata()

The driver core clears the driver data to NULL after device_release
or on probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound).
Thus, it is not needed to manually clear the device driver data to NULL.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/bcm63xx-rng.c