[PATCH] uio: uio_pruss: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Jingoo Han
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 --- drivers/uio/uio_pruss.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/uio/uio_pruss.c

[PATCH] uio: uio_pruss: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Jingoo Han
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@samsung.com --- drivers/uio/uio_pruss.c |1 - 1 file changed, 1 deletion(-) diff --git