> > + 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
> > + 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