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 __iomem *buf_ctrl)
> {
>         struct cyclades_card *cinfo = info->card;
>         struct tty_struct *tty = info->tty;
> ...
>                 if (tty == NULL)
>                         goto ztxdone;
> ...
>                 tty_wakeup(tty);
> ...
> 
> <--  snip  -->

patch on route, thanks,
-- 
Jiri Slaby ([EMAIL PROTECTED])
Faculty of Informatics, Masaryk University
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to