commit | 42b219322a97ccef347388b233aceaafe3fa517d | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Sep 02 14:28:51 2010 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Oct 15 13:09:49 2010 -0700 |
tree | eb810f27080a9eab5cee2e52413fcc46788d7a15 | |
parent | 5a37f1381f1d8625fa458360c9b5d17f0c5f1dea [diff] |
PCI: pci_driver make name const The name field in pci_driver should be const, it is not modified by PCI subsystem. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>