OSDN Git Service

Input: cyttsp4 - leak on error path in probe()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Jul 2013 03:32:58 +0000 (20:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 3 Jul 2013 03:39:24 +0000 (20:39 -0700)
commit394fc05b7967a043e26b4343011a319390801c8b
tree99b636a26f41ca30f4f14db3b1c0e503c2e1ed77
parent7c4c018aadadf1db2c27d6b9f0280700a2619861
Input: cyttsp4 - leak on error path in probe()

We leak "cd" if the cd->xfer_buf allocation fails.  It was weird to
"goto error_gpio_irq" so I changed the label name.  (Label names should
reflect the label location not the goto location otherwise you get an
"all roads lead to Rome problem").

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/cyttsp4_core.c