[PATCH 0/2] misc/xilinx_sdfec: Replace kmap() with kmap_local_page()

From: Fabio M. De Francesco
Date: Thu Sep 01 2022 - 11:44:32 EST


This short series is aimed at replacing kmap() with kmap_local_page() in
misc/xilinx_sdfec. This task is accomplished in patch 2/2. Instead patch
1/2 unmaps the pages which are currently mapped in a loop with kmap()
but which are never unmapped with kunmap().

Cc: "Venkataramanan, Anirudh" <anirudh.venkataramanan@xxxxxxxxx>
Suggested-by: Ira Weiny <ira.weiny@xxxxxxxxx>
Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>

Fabio M. De Francesco (2):
misc/xilinx_sdfec: Call kunmap() on pages mapped with kmap()
misc/xilinx_sdfec: Replace kmap() with kmap_local_page()

drivers/misc/xilinx_sdfec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

--
2.37.2