linux/drivers/net/qlcnic
Dan Carpenter e88db3bd46 qlcnic: using too much stack
qlcnic_pci_info structs are 128 bytes so an array of 8 uses 1024 bytes.
That's a lot if you run with 4K stacks.  I allocated them with kcalloc()
instead.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-10 01:34:36 -07:00
..
Makefile
qlcnic_ctx.c
qlcnic_ethtool.c qlcnic: fix loopback test 2010-07-25 16:32:40 -07:00
qlcnic_hdr.h
qlcnic_hw.c
qlcnic_init.c
qlcnic_main.c qlcnic: using too much stack 2010-08-10 01:34:36 -07:00
qlcnic.h qlcnic: fix loopback test 2010-07-25 16:32:40 -07:00