Re: [PATCH v2 2/5] staging: r8188eu: cast to restricted __be32

From: Larry Finger
Date: Mon Aug 23 2021 - 10:19:46 EST


On 8/22/21 4:30 PM, David Laight wrote:
From: Larry Finger
Sent: 20 August 2021 22:45
u32 cookie = be32_to_cpu(dhcph->cookie);

Modulo anything that really means it should get_unaligned_be32().

True, but cookie is 32-bit aligned, thus the code is correct.

Larry