git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da9da01
)
ixp4xx_eth: avoid calling dma_pool_create() with NULL dev
author
Xi Wang
<xi.wang@gmail.com>
Sat, 17 Nov 2012 20:25:09 +0000
(20:25 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Nov 2012 20:12:44 +0000
(15:12 -0500)
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>
No differences found