]> git.ipfire.org Git - thirdparty/linux.git/commit
net: ag71xx: Add missing check after DMA map
authorThomas Fourier <fourier.thomas@gmail.com>
Wed, 16 Jul 2025 09:57:25 +0000 (11:57 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 18 Jul 2025 01:59:44 +0000 (18:59 -0700)
commit96a1e15e60216b52da0e6da5336b6d7f5b0188b0
tree3d327f740f0e47028d48bfb9f0608d0e414561e2
parentb6645645d0d0b6c5cb33cf58c9de5e74b6701326
net: ag71xx: Add missing check after DMA map

The DMA map functions can fail and should be tested for errors.

Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250716095733.37452-3-fourier.thomas@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/atheros/ag71xx.c