[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAArt=LhOBqH-qZVkdBsh13Csvv1GrDBqakfPGjpFt0TF8KBYsg@mail.gmail.com>
Date: Mon, 10 Feb 2025 10:18:13 -0700
From: Jillian Donahue <jilliandonahue58@...il.com>
To: kernel test robot <lkp@...el.com>
Cc: gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, llvm@...ts.linux.dev,
oe-kbuild-all@...ts.linux.dev, stable@...r.kernel.org
Subject: Re: [PATCH v3] f_midi_complete to call tasklet_hi_schedule
Ah yea, this error happens because in this commit:
https://github.com/torvalds/linux/commit/8653d71ce3763aedcf3d2331f59beda3fecd79e4
the tasklets are replaced with works. Should I request the patch to be
in v5.10 or should I update the fix to use
queue_work(system_highpri_wq, &midi->work) ?
> >> drivers/usb/gadget/function/f_midi.c:286:31: error: no member named 'tasklet' in 'struct f_midi'
> 286 | tasklet_hi_schedule(&midi->tasklet);
> | ~~~~ ^
> 1 error generated.
Jill
Powered by blists - more mailing lists