Input: cyttsp4 - silence NULL dereference warning
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Jul 2013 03:32:53 +0000 (20:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 3 Jul 2013 03:39:20 +0000 (20:39 -0700)
If "cd" were NULL then we would dereference it when we print the error
message.  Fortunately enough, it can't ever be NULL so we can remove
those lines.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

No differences found