Re: [PATCH v6 7/7] test: dm: fwu: fix for the updated api

2023-03-15 Thread Ilias Apalodimas
On Mon, Mar 06, 2023 at 05:18:58PM -0600, jassisinghb...@gmail.com wrote: > From: Jassi Brar > > fwu_get_mdata() no more requires 'dev' argument and > fwu_check_mdata_validity() has been rendered useless and dropped. > Fix the test cases to work with aforementioned changes. > > Signed-off-by:

[PATCH v6 7/7] test: dm: fwu: fix for the updated api

2023-03-06 Thread jassisinghbrar
From: Jassi Brar fwu_get_mdata() no more requires 'dev' argument and fwu_check_mdata_validity() has been rendered useless and dropped. Fix the test cases to work with aforementioned changes. Signed-off-by: Jassi Brar --- test/dm/fwu_mdata.c | 22 +++--- 1 file changed, 3