mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
cc4b8dfc3f
Leave a spinlock before calling request_irq(). request_irq() calls kmalloc which can sleep. This was generating a warning dump while driver is loaded. Signed-off-by: LinSysSoft Sahara Team <saharaproj@linsyssoft.com> Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
README | ||
sxg.c | ||
sxg.h | ||
sxg_ethtool.c | ||
sxg_os.h | ||
sxgdbg.h | ||
sxghif.h | ||
sxghw.h | ||
sxgphycode-1.2.h |
This is the rough cut at a driver for the Alacritech SLIC Technology Non-Accelerated 10Gbe network driver. TODO: - remove wrappers - checkpatch.pl cleanups - new functionality that the card needs - remove reliance on x86 Please send patches to: Greg Kroah-Hartman <gregkh@suse.de> for any cleanups that you do to this driver.