]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
misc: genwqe: Fix incorrect cmd field being reported in error
authorColin Ian King <colin.i.king@gmail.com>
Tue, 2 Sep 2025 11:37:12 +0000 (12:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Sep 2025 14:00:32 +0000 (16:00 +0200)
commit6b26053819dccc664120e07c56f107fb6f72f3fa
tree28b14a07fb4c441892bd9b5e01d3f80f3d8415a8
parent53d2bf583c6b6326d751d0f0dceba76109dfb0f9
misc: genwqe: Fix incorrect cmd field being reported in error

There is a dev_err message that is reporting the value of
cmd->asiv_length when it should be reporting cmd->asv_length
instead. Fix this.

Fixes: eaf4722d4645 ("GenWQE Character device and DDCB queue")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250902113712.2624743-1-colin.i.king@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/genwqe/card_ddcb.c