> @@ -50,6 +50,10 @@ struct fbnic_fw_completion { > struct kref ref_count; > int result; > union { > + struct { > + s32 millivolts; > + s32 millidegrees; > + } tsene; > } u; > }; Why have a union which only has one member? Andrew
> @@ -50,6 +50,10 @@ struct fbnic_fw_completion { > struct kref ref_count; > int result; > union { > + struct { > + s32 millivolts; > + s32 millidegrees; > + } tsene; > } u; > }; Why have a union which only has one member? Andrew