On 8/8/2023 6:57 AM, Damien Le Moal wrote: > Modify the ldm partition code to use the regular pr_info(), pr_err() etc > functions instead of using printk(). With this change, the function > _ldm_printk() is not necessary and removed. The special LDM_DEBUG > configuration option is also removed as regular dynamic debug control > can be used to turn on or off the debug messages. References to this > configuration option is removed from the documentation and from the m68k > defconfig. > > Signed-off-by: Damien Le Moal <dlemoal@xxxxxxxxxx> Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck