Re: [PATCH v10 9/9] drm: Remove superfluous print statements in DRM core

2023-06-09 Thread Siddh Raman Pant
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

[PATCH v10 9/9] drm: Remove superfluous print statements in DRM core

2023-06-07 Thread Siddh Raman Pant
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