Re: [PATCH v2 3/3] tty: n_gsm: add parameter negotiation support
From: Starke, Daniel
Date: Tue Oct 25 2022 - 07:16:24 EST
> > + n1 = FIELD_GET(PN_N_FIELD_N1, le16_to_cpu(params->n_bits));
>
> Should this be using get_unaligned...()?
Is this really necessary if the structure is already __packed? I did not
receive any warning by the compiler.
Best regards,
Daniel Starke