]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI quirks: remove redundant check
authorDavid Rientjes <rientjes@cs.washington.edu>
Sun, 3 Dec 2006 19:55:34 +0000 (11:55 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:54:42 +0000 (10:54 -0800)
commit0c875c28649eac0adb8d2e2efac2186c3089e100
treec74e0dcfdab8c1a69a4882dab375659cd5b31f99
parent42a0ee3238a0adb4c5bea3bd5b201c297b476e66
PCI quirks: remove redundant check

Removes redundant check for dev->subordinate; if it is NULL, the function
returns before the patch-affected code region.

Signed-off-by: David Rientjes <rientjes@cs.washington.edu>
Acked-by: Brice Goglin <brice@myri.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c