irda: via-ircc: remove unnecessary pci_set_drvdata()
authorJingoo Han <[email protected]>
Mon, 9 Dec 2013 03:28:28 +0000 (12:28 +0900)
committerDavid S. Miller <[email protected]>
Mon, 9 Dec 2013 23:09:28 +0000 (18:09 -0500)
commit12c51e13a1e54a2604e311b6fba01cb61636210b
treec93f90f6d0ffb31ed126a05e2fc291f8b1a7598a
parent3722c1b094f33322da55b69fdfafa9cbeb1a3177
irda: via-ircc: 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.

Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/irda/via-ircc.c