> -----Original Message----- > From: Andy Shevchenko [mailto:[email protected]] > Sent: Monday, July 31, 2017 1:19 PM > Subject: [PATCH v2] staging: unisys: Switch to use new generic UUID API > > There are new types and helpers that are supposed to be used in new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > While here, re-indent couple of lines to increase readability. > > Cc: David Kershner <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: David Kershner <[email protected]> > --- > drivers/staging/unisys/Documentation/overview.txt | 14 +++---- > drivers/staging/unisys/include/channel.h | 29 ++++++-------- > drivers/staging/unisys/include/iochannel.h | 2 +- > drivers/staging/unisys/include/visorbus.h | 14 +++---- > drivers/staging/unisys/visorbus/controlvmchannel.h | 16 ++++---- > drivers/staging/unisys/visorbus/vbuschannel.h | 8 ++-- > drivers/staging/unisys/visorbus/visorbus_main.c | 44 ++++++++++---------- > - > drivers/staging/unisys/visorbus/visorbus_private.h | 6 +-- > drivers/staging/unisys/visorbus/visorchannel.c | 46 +++++++++++---------- > - > drivers/staging/unisys/visorbus/visorchipset.c | 33 +++++++++------- > drivers/staging/unisys/visorhba/visorhba_main.c | 6 +-- > drivers/staging/unisys/visorinput/visorinput.c | 38 +++++++++--------- > drivers/staging/unisys/visornic/visornic_main.c | 6 +-- > 13 files changed, 130 insertions(+), 132 deletions(-) _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
