commit | 7d2dddda5c928f349a01f1d5ca8ee5e9d4283c7a | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Dec 03 06:44:01 2013 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Dec 04 14:20:26 2013 +1030 |
tree | 9faa12df6934ec5c3856c0896dbf92f6c7318590 | |
parent | af91706d5ddecb4a9858cca9e90d463037cfd498 [diff] |
virtio: pci: 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: Rusty Russell <rusty@rustcorp.com.au>