Re: [PATCH v2] sfc: Convert to use ERR_CAST()
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2024-08-29 14:05:20
Also in:
lkml
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2024-08-29 14:05:20
Also in:
lkml
On 29/08/2024 03:12, Shen Lichuan wrote:
As opposed to open-code, using the ERR_CAST macro clearly indicates that this is a pointer to an error value and a type conversion was performed. Signed-off-by: Shen Lichuan <redacted> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> ---
Reviewed-by: Edward Cree <ecree.xilinx@gmail.com>