Details

[Home]

Issue of the Implementation # L0085

Brief

mwl8k: zero return on failure paths in mwl8k_probe[_hw]()

Detailed Description

If pci_iomap() fails in mwl8k_probe(), it breaks off initialization, deallocates all resources, but returns zero. There is a similar issue when priv->rxd_ops is NULL in mwl8k_probe_hw().

Component

linux-kernel 3.8

Accepted

https://lkml.org/lkml/2013/1/18/525
commit

Status

Fixed in kernel 3.9-rc1

[Home]