Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dab085b1 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: vnt_time_stamp_off fix return to __le16

parent 533f9d3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ static void s_vSWencryption(struct vnt_private *pDevice,
    }
}

static u16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate)
static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate)
{
	return cpu_to_le16(wTimeStampOff[priv->byPreambleType % 2]
							[rate % MAX_RATE]);