On Thu, Jul 15, 2021 at 3:09 AM Stephen Boyd <swb...@chromium.org> wrote: > > Quoting Souptick Joarder (2021-07-08 19:48:34) > > Kernel test roobot throws below warning -> > > > > drivers/gpu/drm/msm/dp/dp_display.c:1017:21: > > warning: variable 'drm' set but not used [-Wunused-but-set-variable] > > > > Removed unused variable drm. > >
Can we get this in queue for 5.15, if no further comment ? > > Reported-by: kernel test robot <l...@intel.com> > > Signed-off-by: Souptick Joarder <jrdr.li...@gmail.com> > > --- > > Reviewed-by: Stephen Boyd <swb...@chromium.org>