linux-stable/drivers/misc/mei/hdcp
Andy Shevchenko 6cdcee7393 misc/mei/hdcp: Use correct macros to initialize uuid_le
[ Upstream commit 512ba04d82 ]

GUID_INIT() is for internal guid_t type and shouldn't be used
for the uuid_le. I.o.w. relying on the implementation details
is layering violation. Use correct macros to initialize uuid_le.

Fixes: 64e9bbdd95 ("misc/mei/hdcp: Client driver for HDCP application")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20221228160500.21220-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-03-10 09:39:38 +01:00
..
Kconfig
Makefile
mei_hdcp.c misc/mei/hdcp: Use correct macros to initialize uuid_le 2023-03-10 09:39:38 +01:00
mei_hdcp.h