iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()
authorAlexandru Ardelean <alexandru.ardelean@analog.com>
Thu, 3 Dec 2020 07:26:50 +0000 (09:26 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 14 Jan 2021 20:56:54 +0000 (20:56 +0000)
commit7e6d9788aa02333a4353058816d52b9a90aae0d3
treeaac0d1e335e7ccc0d8ede341f19064c5fe38905f
parentb6bc1b4ffad4a55c9461707833dc45de2e4367cc
iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()

When the conversion was done to use devm_iio_kfifo_allocate(), a call to
iio_kfifo_free() was omitted (to be removed).
This change removes it.

Fixes: 3c5308058899 ("iio: adc: ti_am335x_adc: alloc kfifo & IRQ via devm_ functions")
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Link: https://lore.kernel.org/r/20201203072650.24128-1-alexandru.ardelean@analog.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ti_am335x_adc.c