Searched hist:"506 c2075ffd8db352c53201ef166948a272e3bce" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/mm/ |
H A D | numa.c | diff 506c2075ffd8db352c53201ef166948a272e3bce Thu Aug 26 12:05:18 CEST 2021 Srikar Dronamraju <srikar@linux.vnet.ibm.com> powerpc/numa: convert printk to pr_xxx
Convert the remaining printk to pr_xxx One advantage would be all prints will now have prefix "numa:" from pr_fmt().
[ convert printk(KERN_ERR) to pr_warn : Suggested by Laurent Dufour ] Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> [mpe: Rebase onto powerpc/next, s/WARNING/Warning/] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210826100521.412639-3-srikar@linux.vnet.ibm.com
|