
19 May
2020
19 May
'20
4:04 p.m.
On Wed, May 13, 2020 at 10:24 PM Simon Glass sjg@chromium.org wrote:
This function is strange at the moment in that it takes a header pointer but then accesses the cbfs_s global. Currently clients have their own priv pointer, so update the function to take that as a parameter instead.
Signed-off-by: Simon Glass sjg@chromium.org
fs/cbfs/cbfs.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com