Re: [PATCH v2 2/5] vmbus: add missing breaks

2014-02-24 Thread Dan Carpenter
On Mon, Feb 24, 2014 at 11:55:43AM +0100, Gerd Hoffmann wrote: > On Mo, 2014-02-24 at 13:42 +0300, Dan Carpenter wrote: > > I'm sorry, I know it sucks to not get credit for fixes, but please just > > fold this into [patch 1/5]. We really should have a tag for this kind > > of thing. > > It's not

Re: [PATCH v2 2/5] vmbus: add missing breaks

2014-02-24 Thread Gerd Hoffmann
On Mo, 2014-02-24 at 13:42 +0300, Dan Carpenter wrote: > I'm sorry, I know it sucks to not get credit for fixes, but please just > fold this into [patch 1/5]. We really should have a tag for this kind > of thing. It's not because of the credits, but because Greg picked up #1 into one of his branc

Re: [PATCH v2 2/5] vmbus: add missing breaks

2014-02-24 Thread Dan Carpenter
I'm sorry, I know it sucks to not get credit for fixes, but please just fold this into [patch 1/5]. We really should have a tag for this kind of thing. Would something like this work? Additional-Fixes: Gerd Hoffmann regards, dan carpenter ___ devel

[PATCH v2 2/5] 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