Re: [PATCH 1/1] staging: iio: initialize data pointer before using it

From: Lars-Peter Clausen
Date: Sun Jun 19 2016 - 05:41:29 EST


On 06/18/2016 11:12 PM, Nicolas Iooss wrote:
> ad7606_spi_read_block() reads SPI big-endian data into a buffer which is
> then converted to CPU byte-order with a second variable. This variable,
> data, has been left unitialized after commit 87787e5ef727 ("Staging:
> iio: Fix sparse endian warning").

Hi,

Thanks for the patch. A similar patch was already merged last week.

- Lars