linux-sg2042/drivers/ntb
Jon Mason d7237e22bb NTB: correct stack usage warning in debugfs_read
Correct gcc warning of using too much stack debugfs_read.  This is done
by kmallocing the buffer instead of using the char array on stack.
Also, shrinking the buffer to something closer to what is currently
being used.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-20 15:45:51 -08:00
..
Kconfig PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
Makefile PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_hw.c NTB: namespacecheck cleanups 2013-01-20 15:45:51 -08:00
ntb_hw.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_regs.h PCI-Express Non-Transparent Bridge Support 2013-01-17 19:11:14 -08:00
ntb_transport.c NTB: correct stack usage warning in debugfs_read 2013-01-20 15:45:51 -08:00