]> git.baikalelectronics.ru Git - kernel.git/commit
iio: imu: adis16400: release allocated memory on failure
authorNavid Emamdoost <navid.emamdoost@gmail.com>
Thu, 19 Sep 2019 15:50:02 +0000 (10:50 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 9 Oct 2019 18:11:27 +0000 (19:11 +0100)
commitb18d6d2be888043e712ae4979a5be77c8d8db3e9
treed3fbab16914dbe3fbd6186bdf2fc4dcee12156b0
parent42e911ff6f6c32f0754ff4be31bfd64379576ea3
iio: imu: adis16400: release allocated memory on failure

In adis_update_scan_mode, if allocation for adis->buffer fails,
previously allocated adis->xfer needs to be released.

Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/adis_buffer.c