linux/drivers/staging/sxg
J.R. Mauro d63d692a44 Staging: Fix gcc warnings in sxg
Fix for compiler warning about format specifier in prints in
drivers/staging/sxg/sxg.c
Prints were using %x to print unsigned long data.


Signed-off-by: J.R. Mauro <jrm8005@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-10-10 15:31:11 -07:00
..
Kconfig
Makefile
README
saharadbgdownload.h
sxg_os.h
sxg.c
sxg.h
sxgdbg.h
sxghif.h
sxghw.h
sxgphycode.h

This is the rough cut at a driver for the Alacritech SLIC Technology
Non-Accelerated 10Gbe network driver.

TODO:
	- lindent the code
	- remove typedefs
	- remove wrappers
	- checkpatch.pl cleanups
	- new functionality that the card needs

Please send patches to:
        Greg Kroah-Hartman <gregkh@suse.de>
for any cleanups that you do to this driver.