
7 Aug
2015
7 Aug
'15
10:17 p.m.
Hi Codrin,
On Fri, Jul 24, 2015 at 8:52 AM, Codrin Ciubotariu codrin.ciubotariu@freescale.com wrote:
When a port is enabled at init time, the initializing function touches more bits than necessary to enable a port (also touches reserved bits and default bit values). This patch fixes this issue by changing the value of the define used to enable the port and assures that no other bits are changes by replacing out_le32() with setbits_le32().
Signed-off-by: Codrin Ciubotariu codrin.ciubotariu@freescale.com
Dhanges for v3: - none; new patch;
drivers/net/vsc9953.c | 4 ++-- include/vsc9953.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Joe Hershberger joe.hershberger@ni.com