Fwd: LiS-2.18 and driver open failure due to q->q_ptr being not Null.
Dave Grothe <[email protected]>
| Newsgroups | gmane.linux.kernel.streams |
|---|---|
| Message-ID | <[email protected]> |
>Subject: LiS-2.18 and driver open failure due to q->q_ptr being not Null. >Date: Tue, 1 Feb 2005 13:47:23 -0500 >From: "Rodrigues, Edward" <[email protected]> >To: <[email protected]> > > >Hi Dave, > >I was trying LiS-2.18 and 2.6 kernel with our drivers and bumped into >this problem where my open fails because q->q_ptr is not null. I traced >this in lis_qopen() -> clone_open() and drvr_open(). It is fine in >lis_qopen() as well as clone_open() when it gets to the driver I have >wrong q. > >I tried the same with 2.4 kernel and ran into same issue. I have made >sure I use sys/LiS/module.h. I am sure I must be missing something >basic. > >Any help certainly appreciated. > >Thanks >Ed