[patch]remove useless check in mos7840 found by coverity
Oliver Neukum <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Organization | Novell |
| Message-ID | <[email protected]> |
Hi, this useless check should be removed. The patch is against the patches for 2.6.21 you posted. Regards Oliver Signed-off-by: Oliver Neukum <[email protected]> -- --- a/drivers/usb/serial/mos7840.c 2007-05-02 10:03:57.000000000 +0200 +++ b/drivers/usb/serial/mos7840.c 2007-05-02 10:05:07.000000000 +0200 @@ -765,11 +765,6 @@ static void mos7840_bulk_out_data_callba return; } - if (!mos7840_port) { - dbg("%s", "NULL mos7840_port pointer \n"); - return; - } - if (mos7840_port_paranoia_check(mos7840_port->port, __FUNCTION__)) { dbg("%s", "Port Paranoia failed \n"); return; ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel