OSDN Git Service

hwrng: optee - Use UUID API for exporting the UUID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Apr 2020 12:58:08 +0000 (15:58 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Apr 2020 05:19:33 +0000 (15:19 +1000)
commit1c8414dadb8c5668ee4d20d7dfbb478db52d1ab0
tree0e2066dbec4a564dc21f1536085d4cfce32a2d00
parent18f1ca46858eac22437819937ae44aa9a8f9f2fa
hwrng: optee - Use UUID API for exporting the UUID

There is export_uuid() function which exports uuid_t to the u8 array.
Use it instead of open coding variant.

This allows to hide the uuid_t internals.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/optee-rng.c