On Mon, Oct 14, 2024 at 08:53:51AM +0000, Jack Yu wrote: > case 0x05: > jack_type = SND_JACK_HEADSET; > break; > + default: > + jack_type = 0; > } Even though it's a bit redundant you should still have a break; here for the kernel coding style, missing it might upset some linters.
Attachment:
signature.asc
Description: PGP signature