]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: greybus: audio: fix error message for BTN_3 button
authorHaoyu Lu <hechushiguitu666@gmail.com>
Mon, 30 Mar 2026 08:34:25 +0000 (16:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Mar 2026 08:34:30 +0000 (10:34 +0200)
commit65978823ceeb290eaf5add2c36d8d04613160b78
tree6f4c104ce65ceea18b054b560106b592d6256e7a
parenta5a1b468de7555c15f4b1a14d4ca443bd194a299
staging: greybus: audio: fix error message for BTN_3 button

In gbaudio_init_jack(), when setting SND_JACK_BTN_3 key, the error
message incorrectly says "Failed to set BTN_0". This should be
"Failed to set BTN_3" to match the button being configured.

Signed-off-by: Haoyu Lu <hechushiguitu666@gmail.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260330083425.266-1-hechushiguitu666@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/audio_codec.c