Re: [PATCH] gpio: virtio: Fix sparse warnings

From: Bartosz Golaszewski
Date: Tue Aug 31 2021 - 05:07:43 EST


On Tue, Aug 31, 2021 at 8:31 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> On 31-08-21, 02:25, Michael S. Tsirkin wrote:
> > On Tue, Aug 31, 2021 at 10:59:25AM +0530, Viresh Kumar wrote:
> > > Fix warnings reported by sparse, related to type mismatch between u16
> > > and __le16.
> > >
> > > Reported-by: kernel test robot <lkp@xxxxxxxxx>
> > > Fixes: 3a29355a22c0 ("gpio: Add virtio-gpio driver")
> > > Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> >
> > Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> >
> > I'm not sure which tree has the above commit - can this be squashed?
>
> It has gone via the GPIO tree:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git/log/?h=gpio/for-next
>
> I believe it can be squashed, Bartosz can confirm the same though.

I just applied it on top of my for-next branch.

Bart

>
> > Also, the driver lacks a MAINTAINERS entry - we want at least
> > L: virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
> > on all virtio drivers.
>
> Sure, I will send a patch for that.
>
> --
> viresh