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:
66c1a12
)
niu: remove one compound_head() call
author
Eric Dumazet
<edumazet@google.com>
Fri, 16 Jan 2015 13:39:30 +0000
(
05:39
-0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 18 Jan 2015 04:58:37 +0000
(23:58 -0500)
After a "page = alloc_page(mask);", we do not need to use
compound_head() : page already points to the right place.
This would be true even if using alloc_pages().
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/niu.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/sun/niu.c
Simple merge