PCI: aerdrv_acpi.c: remove unneeded NULL check
authorAdrian Bunk <bunk@kernel.org>
Sun, 30 Mar 2008 22:41:01 +0000 (01:41 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Apr 2008 04:47:08 +0000 (21:47 -0700)
There's no reason for checking pdev->bus for being NULL here (and we'd
anyway Oops 3 lines below if it was).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found