Re: [PATCH net] be2net: Fix endian issue in logical link config command

2017-03-30 Thread David Miller
From: Suresh Reddy Date: Thu, 30 Mar 2017 00:58:32 -0400 > Use cpu_to_le32() for link_config variable in set_logical_link_config > command as this variable is of type u32. > > Signed-off-by: Suresh Reddy Applied.

[PATCH net] be2net: Fix endian issue in logical link config command

2017-03-29 Thread Suresh Reddy
Use cpu_to_le32() for link_config variable in set_logical_link_config command as this variable is of type u32. Signed-off-by: Suresh Reddy --- drivers/net/ethernet/emulex/benet/be_cmds.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/emulex/bene