Re: [patch] hv: util: checking the wrong variable

2015-06-02 Thread Vitaly Kuznetsov
Dan Carpenter writes: > We don't catch this allocation failure because there is a typo and we > check the wrong variable. > > Fixes: 14b50f80c32d ('Drivers: hv: util: introduce hv_utils_transport > abstraction') > Signed-off-by: Dan Carpenter Reviewed-by: Vitaly Kuznetsov Thanks, Dan! > > d

[patch] hv: util: checking the wrong variable

2015-05-29 Thread Dan Carpenter
We don't catch this allocation failure because there is a typo and we check the wrong variable. Fixes: 14b50f80c32d ('Drivers: hv: util: introduce hv_utils_transport abstraction') Signed-off-by: Dan Carpenter diff --git a/drivers/hv/hv_utils_transport.c b/drivers/hv/hv_utils_transport.c index e