Re: [PATCH v3 1/4] vmbus: add missing breaks

2014-02-28 Thread Gerd Hoffmann
> Why is this sent to fbdev list? Is this related to the hyperv-fb patches? Yes, the hyperv-fb patches depend on this one. Greg has picked it up meanwhile, that's why v4 + v5 of the patch series don't include it any more. cheers, Gerd ___ devel ma

Re: [PATCH v3 1/4] vmbus: add missing breaks

2014-02-28 Thread Tomi Valkeinen
On 24/02/14 15:17, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > drivers/hv/vmbus_drv.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c > index b37c91b..2352ae48 100644 > --- a/drivers/hv/vmbus_drv.c > +++ b/drivers/hv/vmbu

[PATCH v3 1/4] vmbus: add missing breaks

2014-02-24 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- drivers/hv/vmbus_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index b37c91b..2352ae48 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -899,10 +899,12 @@ static acpi_status vmbus_wal