mfd: timberdale: Remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Fri, 13 Sep 2013 02:23:57 +0000 (11:23 +0900)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:20:56 +0000 (16:20 +0100)
commit7902fe8cbc58ae2bd3dad1a8ecf28ce83b1ba3a8
treed128694f40be3ce2ce4443c1f4e6d26ab0192e08
parent928dfb2c750da3e1db181742198da4d9026012b0
mfd: timberdale: 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. It also removes unnecessary label such
as 'err_request'.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/timberdale.c