gpio: bt8xx: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:48:28 +0000 (15:48 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Sep 2013 18:43:09 +0000 (20:43 +0200)
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found