Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-31 Thread Cornelia Huck
On Fri, 31 Oct 2014 10:31:19 +1030 Rusty Russell wrote: > Cornelia Huck writes: > > On Tue, 28 Oct 2014 19:37:58 +0200 > > "Michael S. Tsirkin" wrote: > > > >> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote: > > > >> > virtio_ccw: remove unused variable > >> > > >> > Fix this wa

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-30 Thread Rusty Russell
Cornelia Huck writes: > On Tue, 28 Oct 2014 19:37:58 +0200 > "Michael S. Tsirkin" wrote: > >> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote: > >> > virtio_ccw: remove unused variable >> > >> > Fix this warning: >> > drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handl

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-30 Thread Cornelia Huck
On Tue, 28 Oct 2014 19:37:58 +0200 "Michael S. Tsirkin" wrote: > On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote: > > virtio_ccw: remove unused variable > > > > Fix this warning: > > drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handler’: > > drivers/s390/kvm/virtio_c

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-28 Thread Michael S. Tsirkin
On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote: > On Mon, 20 Oct 2014, Michael S. Tsirkin wrote: > > On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote: > > > Hi, > > > > > > 016c98c6f virtio: unify config_changed handling > > > > > > introduced a warning in virtio_ccw w

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-28 Thread Sebastian Ott
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote: > On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote: > > Hi, > > > > 016c98c6f virtio: unify config_changed handling > > > > introduced a warning in virtio_ccw which is fixed by the following patch. > > > > Regards, > > Sebastian > > ---

[PATCH] virtio_ccw: remove unsued variable

2014-10-20 Thread Sebastian Ott
Hi, 016c98c6f virtio: unify config_changed handling introduced a warning in virtio_ccw which is fixed by the following patch. Regards, Sebastian --- virtio_ccw: remove unsued variable Fix this warning: drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handler’: drivers/s390/kvm/virtio_

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-20 Thread Michael S. Tsirkin
On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote: > Hi, > > 016c98c6f virtio: unify config_changed handling > > introduced a warning in virtio_ccw which is fixed by the following patch. > > Regards, > Sebastian > --- > virtio_ccw: remove unsued variable s/unsued/unused/ > > Fix

Re: [PATCH] virtio_ccw: remove unsued variable

2014-10-20 Thread Cornelia Huck
On Mon, 20 Oct 2014 12:48:18 +0200 (CEST) Sebastian Ott wrote: > Hi, > > 016c98c6f virtio: unify config_changed handling > > introduced a warning in virtio_ccw which is fixed by the following patch. > > Regards, > Sebastian > --- > virtio_ccw: remove unsued variable > > Fix this warning: > dr