Re: [PATCH 1/1] fs/fat: avoid noisy message fat_read_file()

2023-01-19 Thread Ilias Apalodimas
On Thu, 19 Jan 2023 at 17:17, Tom Rini wrote: > > On Thu, Jan 19, 2023 at 04:16:24PM +0100, Heinrich Schuchardt wrote: > > On 1/19/23 16:13, Tom Rini wrote: > > > On Thu, Jan 19, 2023 at 04:11:48PM +0100, Heinrich Schuchardt wrote: > > > > > > > UEFI applications call file system functions to

Re: [PATCH 1/1] fs/fat: avoid noisy message fat_read_file()

2023-01-19 Thread Tom Rini
On Thu, Jan 19, 2023 at 04:16:24PM +0100, Heinrich Schuchardt wrote: > On 1/19/23 16:13, Tom Rini wrote: > > On Thu, Jan 19, 2023 at 04:11:48PM +0100, Heinrich Schuchardt wrote: > > > > > UEFI applications call file system functions to determine if a file > > > exists. > > > The return codes are

Re: [PATCH 1/1] fs/fat: avoid noisy message fat_read_file()

2023-01-19 Thread Heinrich Schuchardt
On 1/19/23 16:13, Tom Rini wrote: On Thu, Jan 19, 2023 at 04:11:48PM +0100, Heinrich Schuchardt wrote: UEFI applications call file system functions to determine if a file exists. The return codes are evaluated to show appropriate messages. U-Boot's file system layer should not interfere with

Re: [PATCH 1/1] fs/fat: avoid noisy message fat_read_file()

2023-01-19 Thread Tom Rini
On Thu, Jan 19, 2023 at 04:11:48PM +0100, Heinrich Schuchardt wrote: > UEFI applications call file system functions to determine if a file exists. > The return codes are evaluated to show appropriate messages. > U-Boot's file system layer should not interfere with the output. > > Rename

[PATCH 1/1] fs/fat: avoid noisy message fat_read_file()

2023-01-19 Thread Heinrich Schuchardt
UEFI applications call file system functions to determine if a file exists. The return codes are evaluated to show appropriate messages. U-Boot's file system layer should not interfere with the output. Rename file_fat_read_at() to fat_read_file() adjusting the parameter sequence and names and