Re: [PATCH] staging: greybus: audio: fix error message for BTN_3 button
From: Johan Hovold
Date: Mon Mar 30 2026 - 03:58:26 EST
On Mon, Mar 30, 2026 at 02:24:02PM +0800, Haoyu Lu wrote:
> 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.
Please wrap your commit messages at 72 columns or so (checkpatch warns).
> Signed-off-by: Haoyu Lu <hechushiguitu666@xxxxxxxxx>
Looks correct otherwise, so you can add my
Reviewed-by: Johan Hovold <johan@xxxxxxxxxx>
when resending.
Johan