Re: [PATCH] drivers/usb/class/usblp.c: adjust error handling code

From: Oliver Neukum
Date: Wed Jul 16 2008 - 11:44:27 EST


Am Mittwoch 16 Juli 2008 17:17:42 schrieb Julia Lawall:
> From: Julia Lawall <julia@xxxxxxx>
>
> In this code, it is possible to tell statically whether usblp will be NULL
> in the error handling code.
>
> Another option would have been to put a label directly on the return.

That would be better. It means less chance to overlook an error case
if locking needs to be added in the future.

Regards
Oliver

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