]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
iio: orientation: hid-sensor-rotation: Fix memory leak in probe()
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 13 May 2015 18:06:13 +0000 (15:06 -0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 17 May 2015 08:10:25 +0000 (09:10 +0100)
commit2bd04628435ff57a2fefa71e7d3e5c005db5c978
tree3876a2f8d0b69cde24a89ee673b6def7a5ff58e2
parent32ee56e306b09568619466efe109ab9722e89245
iio: orientation: hid-sensor-rotation: 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/orientation/hid-sensor-rotation.c