bus/pci: rename devargs parameter id to addr
authorThomas Monjalon <thomas@monjalon.net>
Wed, 3 Oct 2018 12:44:30 +0000 (14:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Oct 2018 11:57:29 +0000 (13:57 +0200)
commit4e7a69c9d905647c48cd893bde370d8a5dc84498
treee9449a970a8ba1e640d8a0e1559f78181865f042
parent49bcce138374458d1edd1c50d8e5726959108ef4
bus/pci: rename devargs parameter id to addr

We could match devices by their PCI id (vendor id, device id, etc).
But for now, only matching by PCI address is implemented.
The devargs parameter "id" is renamed "addr" to reflect its real meaning.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/bus/pci/pci_params.c