[PATCHES] debug patches for cs

David Hinds dhinds at sonic.net
Thu Oct 2 23:28:50 BST 2003


On Thu, Oct 02, 2003 at 02:51:50PM -0500, Larry W. Finger wrote:
> 
> When I built the kernel, I got a warning from cistpl.c where a %d format 
> specification is used to print a pointer and errors from the kernel link 
> with pc_debug as a missing global for cistpl and bulkmem. The necessary 
> patches are attached.

That's a little weird; that missing global is defined as a module
parameter in cs.c, which gets linked up with cistpl and bulkmem.  If
you declare it static in cistpl and bulkmem, then you can't change the
debug level on the fly.  I'm not sure why the original code broke??

-- Dave



More information about the linux-pcmcia mailing list