Re: [PATCH] disk/pata: Prepend log message with PATA

2021-03-01 Thread Glenn Washburn
On Mon, 1 Mar 2021 13:43:06 +0100 Paul Menzel wrote: > Seeing > > no device connected > > it’s not clear, what component this belongs to. So prepend it to log: > > PATA: no device connected I ran in to this just several days ago in the ehci_test, which may be unrelated to how its

[PATCH] disk/pata: Prepend log message with PATA

2021-03-01 Thread Paul Menzel
Seeing no device connected it’s not clear, what component this belongs to. So prepend it to log: PATA: no device connected Signed-off-by: Paul Menzel --- grub-core/disk/pata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/disk/pata.c