提交 a1dc08b7 编写于 作者: B Brett Rudley 提交者: Greg Kroah-Hartman

staging: brcm80211: get rid of last bit of pci configspace workaround.

Signed-off-by: NBrett Rudley <brudley@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 baebc160
......@@ -145,8 +145,6 @@ u32 osl_pci_read_config(osl_t *osh, uint offset, uint size)
void osl_pci_write_config(osl_t *osh, uint offset, uint size, uint val)
{
pci_write_config_dword(osh->pdev, offset, val);
if (offset == PCI_BAR0_WIN)
ASSERT(osl_pci_read_config(osh, offset, size) == val);
}
/* return bus # for the pci device pointed by osh->pdev */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册