Re: [PATCH v1] vmbus: Reuse uuid_le_to_bin() helper

2017-05-04 Thread Dan Carpenter
On Wed, May 03, 2017 at 08:19:22PM +0300, Andy Shevchenko wrote: > On Wed, 2017-05-03 at 20:07 +0300, Andy Shevchenko wrote: > > Instead of open coded variant use generic helper to convert UUID > > strings > > to binary format. > > > @@ -677,12 +644,14 @@ static ssize_t remove_id_store(struct > >

Re: [PATCH v1] vmbus: Reuse uuid_le_to_bin() helper

2017-05-03 Thread Andy Shevchenko
On Wed, 2017-05-03 at 20:07 +0300, Andy Shevchenko wrote: > Instead of open coded variant use generic helper to convert UUID > strings > to binary format. > @@ -677,12 +644,14 @@ static ssize_t remove_id_store(struct > device_driver *driver, const char *buf, >  { >   struct hv_driver *drv = dr