Re: [PATCH v2] firmware: hardcode the debug message for -ENOENT

2019-02-21 Thread Luis Chamberlain
On Wed, Feb 20, 2019 at 10:39:04AM +0800, yuank...@codeaurora.org wrote: > From: John Zhao > > When no file /path was found, the error code of -ENOENT > enumerated in errno-base.h, is returned. Stating clearly that > the file was not found is much more useful for debugging, So > let's be explicit

[PATCH v2] firmware: hardcode the debug message for -ENOENT

2019-02-19 Thread yuankuiz
From: John Zhao When no file /path was found, the error code of -ENOENT enumerated in errno-base.h, is returned. Stating clearly that the file was not found is much more useful for debugging, So let's be explicit about that. Signed-off-by: John Zhao --- drivers/base/firmware_loader/main.c | 8