79641837

Date: 2025-05-28 08:54:13
Score: 2.5
Natty:
Report link

devm_ioremap_nocache was removed since for all architectures it is the same as devm_ioremap (https://lore.kernel.org/linux-mips/[email protected]/T/). So, you can just use devm_ioremap.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: k1r1t0