summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-03-23 11:07:24 -0800
committerJeff Garzik <jeff@garzik.org>2006-03-23 17:13:54 -0500
commitb5d56ddc3f839e94e97a3eb8afb4d0d64a9f2ef8 (patch)
tree0b3f2130c6c1afbfc71ed55c19f12d31fb7ac22a /sound/pci
parent901ccefb2dd7fe6a9e750a68f990f2a7d76b78d2 (diff)
downloadkernel-crypto-b5d56ddc3f839e94e97a3eb8afb4d0d64a9f2ef8.tar.gz
kernel-crypto-b5d56ddc3f839e94e97a3eb8afb4d0d64a9f2ef8.tar.xz
kernel-crypto-b5d56ddc3f839e94e97a3eb8afb4d0d64a9f2ef8.zip
[PATCH] skge: dont use dev_alloc_skb for rx buffs
The skge driver was using dev_alloc_skb which reserves space for the Ethernet header. This unnecessary and it should just use alloc_skb, also by using GFP_KERNEL during startup it won't run into problems when a user asks for a huge ring size or mtu and potentially drains the reserved atomic pool. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions