Re: [PATCH 1/5] crypto: ccp: Represent capabilities register as a union

From: Tom Lendacky
Date: Tue May 28 2024 - 11:30:15 EST


On 5/27/24 10:26, Mario Limonciello wrote:
Making the capabilities register a union makes it easier to refer
to the members instead of always doing bit shifts.

No intended functional changes.

Suggested-by: Yazen Ghannam <yazen.ghannam@xxxxxxx>
Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx>

Acked-by: Tom Lendacky <thomas.lendacky@xxxxxxx>

---