From: Xi Wang Date: Sat, 17 Nov 2012 20:25:09 +0000 (+0000) Subject: ixp4xx_eth: avoid calling dma_pool_create() with NULL dev X-Git-Tag: v3.7-rc7~22^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4901177574083c35fafc24c4d151c2a7c7647c;p=pandora-kernel.git 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 Cc: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed