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

Fabio M. De Francesco posted 2 patches 3 years, 7 months ago
drivers/misc/xilinx_sdfec.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH 0/2] misc/xilinx_sdfec: Replace kmap() with kmap_local_page()
Posted by Fabio M. De Francesco 3 years, 7 months ago
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@intel.com>
Suggested-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>

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