commit | 292121dce2af63dab371102097a887de7cf24233 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Aug 13 10:13:49 2011 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Aug 24 14:05:19 2011 -0400 |
tree | a43109943f32065f36e80d3ee78293b2678377cd | |
parent | d069a46be8ac745c193f2acc6071d9042b347224 [diff] |
ath9k: remove a bogus WARN_ON On embedded hardware it's normal to not have a PCI device for the PCI bridge that the wifi card is attached to. pdev->bus->self will be NULL in that case. In that case, simply return without emitting an useless kernel stack trace. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>