Staging: xgifb: change obsolete pci_find_device() with pci_get_device()
authorAtul Sowani <sowani@gmail.com>
Wed, 3 Nov 2010 13:10:56 +0000 (18:40 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 9 Nov 2010 23:17:18 +0000 (15:17 -0800)
commitfc2347e2023221ef04c6d9ce84019aa8c7e0ad6d
tree61603df82355ab6f5f389ab7e4743126c4c914d6
parentaf02b584bc0e1f46cf1477ad54ae18ec3842b6f4
Staging: xgifb: change obsolete pci_find_device() with pci_get_device()

Replaced obsolete pci_find_device() calls with pci_get_device() calls.
This is recommended in pci.txt filei in PCI Documentation.

Signed-off-by: Atul Sowani <sowani@gmail.com>
Acked-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/xgifb/XGI_main_26.c