Hi, There are a couple of differences between this and my previos patch, so I'll list them here:
- Separate the patches properly - This patchset uses the default generic functions and calls the appropiate function using a #define, which should be much clearer and saves us from having to migrate the whole common.c file. - We get the proper string for the _debug family of functions. - acx_ops.issue_cmd takes different functions depending on the debug level so we save a few bytes we weren't going to use otherwise. This also saves a function call. - Denis' sense of style has been applied, though some of it doesn't apply anymore and some came from me trying to do too many things at once which screwed up the format. I hope these are alright. Kconfig | 40 ++++++++++---------- Makefile | 15 +++++-- acx_func.h | 112 ++++++++++++++++++++-------------------------------------- acx_struct.h | 32 ++++++++++++++-- common.c | 113 ++++++++++++++++++++++++++++------------------------------- ioctl.c | 2 + pci.c | 31 ++++++++++++++++ usb.c | 27 +++++++++++++- 8 files changed, 212 insertions(+), 160 deletions(-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html