Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Adrian Bunk
On Mon, Oct 22, 2007 at 09:12:23PM +0200, Jiri Kosina wrote: > On Mon, 22 Oct 2007, Jiri Slaby wrote: > > > > The Coverity checker spotted the following inconsequent NULL checking in > > Where can one obtain such a checker? > > That's a commercial proprietary thingie. > >

Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Jiri Kosina
On Mon, 22 Oct 2007, Jiri Slaby wrote: > > The Coverity checker spotted the following inconsequent NULL checking in > Where can one obtain such a checker? That's a commercial proprietary thingie. http://www.coverity.com/ -- Jiri Kosina - To unsubscribe from this list: send the line

Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Jiri Slaby
On 10/22/2007 04:47 AM, Adrian Bunk wrote: > The Coverity checker spotted the following inconsequent NULL checking in Where can one obtain such a checker? > drivers/char/cyclades.c: > > <-- snip --> > > ... > static void cyz_handle_tx(struct cyclades_port *info, > struct

Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Jiri Slaby
On 10/22/2007 04:47 AM, Adrian Bunk wrote: The Coverity checker spotted the following inconsequent NULL checking in Where can one obtain such a checker? drivers/char/cyclades.c: -- snip -- ... static void cyz_handle_tx(struct cyclades_port *info, struct BUF_CTRL

Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Jiri Kosina
On Mon, 22 Oct 2007, Jiri Slaby wrote: The Coverity checker spotted the following inconsequent NULL checking in Where can one obtain such a checker? That's a commercial proprietary thingie. http://www.coverity.com/ -- Jiri Kosina - To unsubscribe from this list: send the line unsubscribe

Re: char/cyclades.c: inconsequent NULL checking

2007-10-22 Thread Adrian Bunk
On Mon, Oct 22, 2007 at 09:12:23PM +0200, Jiri Kosina wrote: On Mon, 22 Oct 2007, Jiri Slaby wrote: The Coverity checker spotted the following inconsequent NULL checking in Where can one obtain such a checker? That's a commercial proprietary thingie. http://www.coverity.com/ A bit

char/cyclades.c: inconsequent NULL checking

2007-10-21 Thread Adrian Bunk
The Coverity checker spotted the following inconsequent NULL checking in drivers/char/cyclades.c: <-- snip --> ... static void cyz_handle_tx(struct cyclades_port *info, struct BUF_CTRL __iomem *buf_ctrl) { struct cyclades_card *cinfo = info->card; struct

char/cyclades.c: inconsequent NULL checking

2007-10-21 Thread Adrian Bunk
The Coverity checker spotted the following inconsequent NULL checking in drivers/char/cyclades.c: -- snip -- ... static void cyz_handle_tx(struct cyclades_port *info, struct BUF_CTRL __iomem *buf_ctrl) { struct cyclades_card *cinfo = info-card; struct