> The "tmp" variable here is used to store the result of cpu_to_le16() > so it should be an __le16 instead of an int. We want the high bits > set and the current code works on little endian systems but not on > big endian systems. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > v2: In v1 I used a u16 instead of an __le16. Also I've changed the > name to "data" instead of "tmp". Thanks Dan, good catch - this would have failed badly on a b_e architecture. Acked-by: Sjur Brændeland <sjur.brandeland@xxxxxxxxxxxxxx> Regards, Sjur -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html