commit | d75b305295c38ba9610ff3b2200f7d1989dc55fd | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Mon Mar 31 01:41:01 2008 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Sun Apr 20 21:47:08 2008 -0700 |
tree | decbb41e866a7095be1575269f282009e7adc1f9 | |
parent | bc043274560f398225dad7f0e24c6a7610d3c08a [diff] |
PCI: aerdrv_acpi.c: remove unneeded NULL check 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>