broadcom-wl: Pass physical address to wl_attach
wl_attach expects a physical address, as it performs the mapping internally. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34671
This commit is contained in:
parent
6672d869da
commit
588b42a8b7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static int wl_glue_bcma_probe(struct bcma_device *dev)
|
||||||
* 0x1000 = BCMA_CORE_SIZE
|
* 0x1000 = BCMA_CORE_SIZE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
wldev = attach_cb(dev->id.manuf, dev->id.id, (ulong)dev->io_addr, dev, dev->irq);
|
wldev = attach_cb(dev->id.manuf, dev->id.id, (ulong)dev->addr, dev, dev->irq);
|
||||||
|
|
||||||
if (!wldev)
|
if (!wldev)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue