On 2025-07-20 09:47:54, Yonghong Song wrote: > Intel linux test robot reported a warning that ERR_CAST can be used > for error pointer casting instead of more-complicated/rarely-used > ERR_PTR(PTR_ERR(...)) style. > > There is no functionality change, but still let us replace two such > instances as it improves consistency and readability. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202507201048.bceHy8zX-lkp@xxxxxxxxx/ > Signed-off-by: Yonghong Song <yonghong.song@xxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>