Re: [PATCH 1/2] efi: remove error in efi_disk_probe

2023-03-09 Thread Patrick DELAUNAY
Hi, On 3/9/23 09:57, Heinrich Schuchardt wrote: On 3/8/23 14:26, Patrick Delaunay wrote: EFI has no reason to block the dm core device_probe() in the callback efi_disk_probe() registered with EVT_DM_POST_PROBE. This patch avoids to have error in DM core on device_probe()    ret = device_notif

Re: [PATCH 1/2] efi: remove error in efi_disk_probe

2023-03-09 Thread Heinrich Schuchardt
On 3/8/23 14:26, Patrick Delaunay wrote: EFI has no reason to block the dm core device_probe() in the callback efi_disk_probe() registered with EVT_DM_POST_PROBE. This patch avoids to have error in DM core on device_probe() ret = device_notify(dev, EVT_DM_POST_PROBE); only because EFI is no

[PATCH 1/2] efi: remove error in efi_disk_probe

2023-03-08 Thread Patrick Delaunay
EFI has no reason to block the dm core device_probe() in the callback efi_disk_probe() registered with EVT_DM_POST_PROBE. This patch avoids to have error in DM core on device_probe() ret = device_notify(dev, EVT_DM_POST_PROBE); only because EFI is not able to create its instance/handle. For e