bus/pci: clear driver on detach
authorMatan Azrad <matan@mellanox.com>
Tue, 12 Nov 2019 08:47:38 +0000 (08:47 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 20 Nov 2019 23:18:02 +0000 (00:18 +0100)
commitfd03a747b0c77a82b33104cef9d317882734e1ee
treefc8f932da7a6276633373358bde39081dc46f2ee
parentd965af9e8ae164aec5912ebd767132ab56a58adb
bus/pci: clear driver on detach

When probing, a bus is responsible for filling the driver field to
indicate the device is bound.
Let's clear this field when detaching to keep a consistent behavior.

This is not a fix per se, since the device is freed when detaching.
But at least clearing the field has been added to remind that the
driver field has a meaning for the EAL.

Signed-off-by: Matan Azrad <matan@mellanox.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
drivers/bus/pci/pci_common.c