RE: [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing GUIDs

2015-11-11 Thread KY Srinivasan
ot ; Vitaly Kuznetsov ; > jasow...@redhat.com > Subject: Re: [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing > GUIDs > > On Wed, Nov 11, 2015 at 3:59 AM, K. Y. Srinivasan > wrote: > > Use the uuid_le_cmp() macro for comparing GUIDs. > > It's not a ma

Re: [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing GUIDs

2015-11-11 Thread Andy Shevchenko
On Wed, Nov 11, 2015 at 3:59 AM, K. Y. Srinivasan wrote: > Use the uuid_le_cmp() macro for comparing GUIDs. It's not a macro as I see. > > Signed-off-by: K. Y. Srinivasan > --- > drivers/hv/channel_mgmt.c |3 +-- > drivers/hv/vmbus_drv.c|4 ++-- > 2 files changed, 3 insertions(+),

[PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing GUIDs

2015-11-10 Thread K. Y. Srinivasan
Use the uuid_le_cmp() macro for comparing GUIDs. Signed-off-by: K. Y. Srinivasan --- drivers/hv/channel_mgmt.c |3 +-- drivers/hv/vmbus_drv.c|4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 38470aa..dc