Home
last modified time | relevance | path

Searched hist:"74 ce94ac38a6eac2ffc235739294f24964fd0a86" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.cdiff 74ce94ac38a6eac2ffc235739294f24964fd0a86 Thu Aug 29 04:12:53 CEST 2024 Shen Lichuan <shenlichuan@vivo.com> sfc: Convert to use ERR_CAST()

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 <shenlichuan@vivo.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Reviewed-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://patch.msgid.link/20240829021253.3066-1-shenlichuan@vivo.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>