commit | 1452cd76a97bf7b93a015586dcabc73fd935e692 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Nov 09 20:35:01 2012 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Nov 09 21:40:09 2012 -0700 |
tree | c7165b369166199f793a40c0ab0695e073fb0945 | |
parent | 6b136724691a6f247ada0c6a5f02370ed46de9f4 [diff] |
PCI: Remove useless "!dev" tests No need to check "!dev" when the caller should always supply a valid pointer. If the caller *doesn't* supply a valid pointer, it probably won't check for a failure return either. This way we'll oops and get a backtrace. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>