applicom: dereferencing NULL on error path
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 May 2014 11:59:16 +0000 (14:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 00:43:12 +0000 (17:43 -0700)
commit8bab797c6e5724a43b7666ad70860712365cdb71
treeffee514d021ca9dc1e35d75303fb00dc6dfe23e9
parent63fa80cd582321693474f9cf9203329a2f8a8494
applicom: dereferencing NULL on error path

This is a static checker fix.  The "dev" variable is always NULL after
the while statement so we would be dereferencing a NULL pointer here.

Fixes: 819a3eba4233 ('[PATCH] applicom: fix error handling')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/applicom.c