]> www.infradead.org Git - nvme.git/commit
net: ibm: emac: mal: fix wrong goto
authorRosen Penev <rosenp@gmail.com>
Mon, 7 Oct 2024 23:57:11 +0000 (16:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Oct 2024 01:25:52 +0000 (18:25 -0700)
commit08c8acc9d8f3f70d62dd928571368d5018206490
tree17742528813516fdd9c59a01ae796fc90eb8b898
parent3cb7cf1540ddff5473d6baeb530228d19bc97b8a
net: ibm: emac: mal: fix wrong goto

dcr_map is called in the previous if and therefore needs to be unmapped.

Fixes: 1ff0fcfcb1a6 ("ibm_newemac: Fix new MAL feature handling")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20241007235711.5714-1-rosenp@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/ibm/emac/mal.c