]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit11d587429e9cbb40ac20d7ed8126c66da0d7aba5
treebad00f92efe41f10d32c080fe82c950736853103
parent50cbfa511a21cac1909b6b4c955fa39d1da81457
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