Re: [PATCH v2 0/2] Drivers: hv: util: Two fixes in util_probe()

2024-12-06 Thread Wei Liu
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

Re: [PATCH v2 0/2] Drivers: hv: util: Two fixes in util_probe()

2024-12-06 Thread Wei Liu
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

RE: [PATCH v2 0/2] Drivers: hv: util: Two fixes in util_probe()

2024-12-05 Thread Michael Kelley
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