Re: [PATCH] disk/pata: Suppress error message "no device connected"

2021-03-03 Thread Daniel Kiper
On Wed, Mar 03, 2021 at 07:23:40AM +0100, Paul Menzel wrote: > Dear Glenn, > > Am 01.03.21 um 20:36 schrieb Glenn Washburn: > > This error message comes from the grub_print_error in > > grub_pata_device_initialize, which does not pass on the error, and is > > raised in check_device. The function

Re: [PATCH] disk/pata: Suppress error message "no device connected"

2021-03-02 Thread Paul Menzel
Dear Glenn, Am 01.03.21 um 20:36 schrieb Glenn Washburn: This error message comes from the grub_print_error in grub_pata_device_initialize, which does not pass on the error, and is raised in check_device. The function check_device needs to return this as an error because check_device is also

[PATCH] disk/pata: Suppress error message "no device connected"

2021-03-01 Thread Glenn Washburn
This error message comes from the grub_print_error in grub_pata_device_initialize, which does not pass on the error, and is raised in check_device. The function check_device needs to return this as an error because check_device is also used in grub_pata_open, which does pass on this error to