
2 Oct
2023
2 Oct
'23
3:17 a.m.
On Tue, 26 Sept 2023 at 02:46, Bin Meng bmeng@tinylab.org 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.
Signed-off-by: Bin Meng bmeng@tinylab.org
cmd/host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org