USB: qcserial: fix a memory leak in qcprobe error path
authorAxel Lin <axel.lin@gmail.com>
Mon, 21 Jun 2010 00:44:17 +0000 (08:44 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Jun 2010 15:16:06 +0000 (08:16 -0700)
This patch adds missing kfree(data) before return -ENODEV.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found