On 12/23/16, 12:37 AM, "Bart Van Assche" <bart.vanass...@sandisk.com> wrote:
>Please use cpu_to_le32() in new code instead of __constant_cpu_to_le32(). >gcc generates the same code for both conversion functions but the former >function makes source code easier to read. Ack. Will update the patch. >