Files
linux/drivers
Tobias Klauser 3b7f101662 PCI: Remove unnecessary variable in pci_add_dynid()
The variable "retval" in pci_add_dynid() is only used to store the return
value of driver_attach() and is then directly returned.  Remove the
variable and directly pass on driver_attach()'s return value.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-09-03 12:42:33 -06:00
..
2014-08-24 11:28:30 -07:00
2014-08-22 10:47:58 -04:00
2014-08-15 17:06:40 -04:00
2014-08-08 15:57:28 -07:00