]> Pileus Git - ~andy/linux/commit
irda: vlsi_ir: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Dec 2013 03:29:08 +0000 (12:29 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Dec 2013 23:09:28 +0000 (18:09 -0500)
commit825d15de0e6698ba23790870edb031a5c120819b
tree93943cd391c9a08f32d1fa7399bb958263d45712
parent12c51e13a1e54a2604e311b6fba01cb61636210b
irda: vlsi_ir: 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 <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/vlsi_ir.c