Re: [PATCH RFT] iio: adc: xilinx-xadc: use devm_krealloc()

2020-07-02 Thread kernel test robot
Hi Bartosz, I love your patch! Yet something to improve: [auto build test ERROR on iio/togreg] [also build test ERROR on staging/staging-testing v5.8-rc3 next-20200702] [cannot apply to xlnx/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH RFT] iio: adc: xilinx-xadc: use devm_krealloc()

2020-07-02 Thread kernel test robot
Hi Bartosz, I love your patch! Yet something to improve: [auto build test ERROR on iio/togreg] [also build test ERROR on staging/staging-testing v5.8-rc3 next-20200702] [cannot apply to xlnx/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH RFT] iio: adc: xilinx-xadc: use devm_krealloc()

2020-07-02 Thread Robin Murphy
On 2020-07-02 17:25, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Use the managed variant of krealloc() and shrink the code a bit. Signed-off-by: Bartosz Golaszewski --- NOTE: this patch depends on the series adding devm_krealloc() which is not yet accepted. Greg, here's just a quic

[PATCH RFT] iio: adc: xilinx-xadc: use devm_krealloc()

2020-07-02 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Use the managed variant of krealloc() and shrink the code a bit. Signed-off-by: Bartosz Golaszewski --- NOTE: this patch depends on the series adding devm_krealloc() which is not yet accepted. Greg, here's just a quick example of a second user of devm_krealloc(). Thi