Re: [PATCH v2 2/2] staging: axis-fifo: Use bulk I/O accessors for data transfers
From: Greg KH
Date: Thu Jan 15 2026 - 06:30:05 EST
On Thu, Jan 15, 2026 at 11:25:09AM +0900, Minu Jin wrote:
> Replace manual for loops with ioread32_rep/iowrite32_rep.
> Add axis_fifo_read_data() and axis_fifo_write_data() wrappers to
> encapsulate these block-transfer operations.
>
> No functional changes intended
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
The test robot reported that this needs to be replaced? Or did it just
report a problem in your previous submission? If the latter, then
there's no need to add that here as that really doesn't make sense.
thanks,
greg k-h