On Wed, 07 Jun 2023 00:00:10 +0530, Siddh Raman Pant wrote: > There are a couple of superfluous print statements using the drm_* > macros, which do stuff like printing newlines, print OOM messages > (OOM while allocating memory is already supposed to be noisy), and > printing strings like "Initialised" with no extra info whatsoever. > > Thus, remove a couple of these superfluous strings. > > Suggested-by: Laurent Pinchart laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > Signed-off-by: Siddh Raman Pant code@xxxxxxxx> This patch is the only one introducing these changes additionally, no other patch content has been changed from v9 and sent for merge. I should have clarified this in the cover. This patch may or may not be dropped, courtesy follow-up discussion on v9 regarding it: https://lore.kernel.org/lkml/87jzwfu1wf.fsf@xxxxxxxxx/ Thanks, Siddh