From: Ferruh Yigit Date: Thu, 4 Jul 2013 21:02:45 +0000 (-0700) Subject: Input: cyttsp4 - kfree xfer_buf on error path in probe() X-Git-Tag: v3.11-rc1~86^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57961e3ba72f4a8a1aa52e978020ecc2ca03a79f;p=pandora-kernel.git Input: cyttsp4 - kfree xfer_buf on error path in probe() If probe() fails after cd->xfer_buf allocated, it will not freed. Added kfree(cd->xfer_buf) with and error label. Signed-off-by: Ferruh Yigit Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed