Re: [PATCH 02/15] cmd: host: Mandate the filename parameter in the 'bind' command

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 02:46, Bin Meng wrote: > > At present the host bind command does not require filename to be > provided. When it is not given NULL is passed to the host device > driver, which ends up failure afterwards. > > Change to mandate the filename so that it is useful. > >

[PATCH 02/15] cmd: host: Mandate the filename parameter in the 'bind' command

2023-09-26 Thread Bin Meng
At present the host bind command does not require filename to be provided. When it is not given NULL is passed to the host device driver, which ends up failure afterwards. Change to mandate the filename so that it is useful. Signed-off-by: Bin Meng --- cmd/host.c | 6 +++--- 1 file changed, 3