]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: fix sparse warning in pci_remove_behind_bridge
authorStephen Hemminger <shemminger@vyatta.com>
Sat, 6 Sep 2008 04:45:36 +0000 (21:45 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 17:54:25 +0000 (10:54 -0700)
commit441aa544574e5323e60f557d0cb6d972c364f725
treebad00f92efe41f10d32c080fe82c950736853103
parent8c3675757a5a4c7eb98a91bb17f4b3fc0510c184
PCI: fix sparse warning in pci_remove_behind_bridge

Get rid of the second definition of dev which hides the earlier one in
the argument list and causes a warning from sparse.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/remove.c