Re: PCMCIA 2.5.X sleeping from illegal context

David Hinds (dhinds@sonic.net)
Tue, 13 May 2003 09:00:22 -0700


On Tue, May 13, 2003 at 10:23:05AM -0500, Paul Fulghum wrote:
>
> Which brings up a question:
> The include/pcmcia/ds.h file defines the dev_link_t
> structure that contains the release timer_list member.
>
> Should I continue to initialize this member in
> my driver or will this member be eliminated requiring
> that all references to this member be removed from
> the individual PCMCIA drivers?

You shouldn't need to initialize it in your driver, since you've
eliminated the actual usage of the timer.

-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/