]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send
authorPaul Burton <paul.burton@imgtec.com>
Fri, 8 Nov 2013 11:18:44 +0000 (11:18 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Nov 2013 16:21:01 +0000 (17:21 +0100)
commita95400411b0938b1ef6d87090f4b22026c56e55b
tree67a44ea8cc2cd0af743a414b31cd638636207092
parent6011dabd0ae0c01991e4ccd85a15bb2225b7e8bd
pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send

This should cause no change to the generated code, but is semantically
correct.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
drivers/net/pcnet.c