]> www.infradead.org Git - users/willy/xarray.git/commit
sfc: Convert to use ERR_CAST()
authorShen Lichuan <shenlichuan@vivo.com>
Thu, 29 Aug 2024 02:12:53 +0000 (10:12 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Aug 2024 18:10:02 +0000 (11:10 -0700)
commit74ce94ac38a6eac2ffc235739294f24964fd0a86
tree68200c0a8b730d6df334eadf1f77b7d24648fd0d
parentfbdaffe41adca26cb9566e92060b97cd6dd87b60
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>
drivers/net/ethernet/sfc/tc_counters.c