
12 Oct
2019
12 Oct
'19
4:17 a.m.
On Sat, Oct 12, 2019 at 6:25 AM Simon Glass sjg@chromium.org wrote:
This function assumes that the 'val' parameter has no masked bits set. This is not defined by the function prototype though. Fix the function to mask the value and update the documentation.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/core/regmap.c | 2 +- include/regmap.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com