]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_reply
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 17 Nov 2008 07:03:45 +0000 (23:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Nov 2008 07:03:45 +0000 (23:03 -0800)
commitc38a2321f8a8c7547f89d4b33b3d3a48a37f532d
tree99321eaf54ed13ea55b8e6406b4871f6e9a3d839
parentad5ef8ee7e43ce121e82df50eee5b89d77fe4bec
isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_reply

commit 21e317d842126672c99add825df7e160892927b7 [IPV4]: annotate struct in_ifaddr

Missed this extra byteswap as the isdn inlines hide the htonl inside
put_u32 which causes an extra byteswap on little-endian arches.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/i4l/isdn_net.c