On May 04 2017 or thereabouts, Andy Shevchenko wrote: > acpi_evaluate_dsm() and friends take a pointer to a raw buffer of 16 > bytes. Instead we convert them to use uuid_le type. At the same time we > convert current users. > > acpi_str_to_uuid() becomes useless after the conversion and it's safe to > get rid of it. > > The conversion fixes a potential bug in int340x_thermal as well since > we have to use memcmp() on binary data. > > Cc: Rafael J. Wysocki <r...@rjwysocki.net> > Cc: Mika Westerberg <mika.westerb...@linux.intel.com> > Cc: Borislav Petkov <b...@suse.de> > Cc: Dan Williams <dan.j.willi...@intel.com> > Cc: Amir Goldstein <amir7...@gmail.com> > Cc: Jarkko Sakkinen <jarkko.sakki...@linux.intel.com> > Cc: Jani Nikula <jani.nik...@linux.intel.com> > Cc: Ben Skeggs <bske...@redhat.com> > Cc: Benjamin Tissoires <benjamin.tissoi...@redhat.com> > Cc: Joerg Roedel <j...@8bytes.org> > Cc: Adrian Hunter <adrian.hun...@intel.com> > Cc: Yisen Zhuang <yisen.zhu...@huawei.com> > Cc: Bjorn Helgaas <bhelg...@google.com> > Cc: Zhang Rui <rui.zh...@intel.com> > Cc: Felipe Balbi <ba...@kernel.org> > Cc: Mathias Nyman <mathias.ny...@intel.com> > Cc: Heikki Krogerus <heikki.kroge...@linux.intel.com> > Cc: Liam Girdwood <lgirdw...@gmail.com> > Cc: Mark Brown <broo...@kernel.org> > Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > ---
For i2c-hid: Acked-by: Benjamin Tissoires <benjamin.tissoi...@redhat.com>