]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: gyro: hid-sensor-gyro-3d: Fix memory leak in probe()
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 13 May 2015 18:06:10 +0000 (15:06 -0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 May 2015 08:09:49 +0000 (09:09 +0100)
commitd8c9d23e29e3d758ea477adaa95e28cbf3556518
treeaa1b1039cadb4c710d0102b33498814c2065e654
parentb136faff9bc2f4adea050ed2119c01199f9a86a5
iio: gyro: hid-sensor-gyro-3d: Fix memory leak in probe()

'channels' is allocated via kmemdup and it is never freed in the
subsequent error paths.

Use 'indio_dev->channels' directly instead, so that we avoid such
memory leak problem.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/gyro/hid-sensor-gyro-3d.c