]> Pileus Git - ~andy/linux/commit
ixp4xx_eth: avoid calling dma_pool_create() with NULL dev
authorXi Wang <xi.wang@gmail.com>
Sat, 17 Nov 2012 20:25:09 +0000 (20:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Nov 2012 20:12:44 +0000 (15:12 -0500)
commit1a4901177574083c35fafc24c4d151c2a7c7647c
tree3e2cdaceb6b4f1d8bd7330a26aa3ee16422f48f5
parentda9da01d9199b5bb15289d0859053c9aa3a34ac0
ixp4xx_eth: avoid calling dma_pool_create() with NULL dev

Use &port->netdev->dev instead of NULL since dma_pool_create() doesn't
allow NULL dev.

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xscale/ixp4xx_eth.c