From: Xi Wang Date: Sat, 17 Nov 2012 20:25:10 +0000 (+0000) Subject: ixp4xx_hss: avoid calling dma_pool_create() with NULL dev X-Git-Tag: v3.7-rc7~22^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2f61cd7a4e7642dcac4371734426e572f10370;p=pandora-kernel.git ixp4xx_hss: 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