On Sat, Dec 07, 2024 at 07:02:55AM +, Wei Liu wrote:
> On Wed, Nov 06, 2024 at 07:42:45AM -0800, mhkelle...@gmail.com wrote:
> > From: Michael Kelley
> >
> > Patch 1 fixes util_probe() to not force the error return value to
> > ENODEV when the util_init function fails -- just return the error
On Wed, Nov 06, 2024 at 07:42:45AM -0800, mhkelle...@gmail.com wrote:
> From: Michael Kelley
>
> Patch 1 fixes util_probe() to not force the error return value to
> ENODEV when the util_init function fails -- just return the error
> code from util_init so the real error code is displayed in messa
From: mhkelle...@gmail.com Sent: Wednesday, November 6,
2024 7:43 AM
>
> Patch 1 fixes util_probe() to not force the error return value to
> ENODEV when the util_init function fails -- just return the error
> code from util_init so the real error code is displayed in messages.
>
> Patch 2 fixes