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

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

2015-11-11 Thread KY Srinivasan
e...@linuxdriverproject.org; o...@aepfle.de; > Robo Bot <a...@canonical.com>; Vitaly Kuznetsov <vkuzn...@redhat.com>; > jasow...@redhat.com > Subject: Re: [PATCH 03/11] Drivers: hv: vmbus: Use the macro for comparing > GUIDs > > On Wed, Nov 11, 2015 at 3:5

[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