Re: [PATCH v1 1/1] tee: amdtee: Use %pUl printk() format specifier to print GUIDs
From: Andy Shevchenko
Date: Fri Sep 13 2024 - 05:29:49 EST
On Thu, Sep 12, 2024 at 07:50:08AM +0200, Jens Wiklander wrote:
> On Wed, Sep 11, 2024 at 10:41 PM Andy Shevchenko
> <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> >
> > Replace the custom approach with the %pUl printk() format specifier.
> > No functional change intended.
> Thanks, the patch looks like a nice simplificatrion.
Thank you for the review.
> Rijo, Devaraj, does this work for you?
Yes, please test, because seems others use uuid_t (UUID BE) for TEE,
but in this driver IIUC it's guid_t (UUID LE).
--
With Best Regards,
Andy Shevchenko