Re: [PATCH] Output information about device look up failure.

2020-01-22 Thread Wolfgang Denk
Dear Nikita, In message <20200121221005.9303-1-coff...@gmail.com> you wrote: > In the case of error while device look up (e.g. wrong interface type > was specified) put a message about it even if debug was not enable. > > Signed-off-by: Nikita Ermakov > --- > disk/part.c | 3 +++ > 1 file change

[PATCH] Output information about device look up failure.

2020-01-22 Thread Nikita Ermakov
In the case of error while device look up (e.g. wrong interface type was specified) put a message about it even if debug was not enable. Signed-off-by: Nikita Ermakov --- disk/part.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/disk/part.c b/disk/part.c index 8982ef3bae..280e3e4f42 100