Skip to content
Commit ed96824b authored by Yuanjun Gong's avatar Yuanjun Gong Committed by Jakub Kicinski
Browse files

atheros: fix return value check in atl1_tso()

in atl1_tso(), it should check the return value of pskb_trim(),
and return an error code if an unexpected value is returned
by pskb_trim().

Fixes: 401c0aab

 ("atl1: simplify tx packet descriptor")
Signed-off-by: default avatarYuanjun Gong <ruc_gongyuanjun@163.com>
Link: https://lore.kernel.org/r/20230722142511.12448-1-ruc_gongyuanjun@163.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 22117b3a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment