Re: [PATCH net-next] liquidio: moved ptp_enable to octeon_device structure

2017-08-11 Thread David Miller
From: Felix Manlunas Date: Fri, 11 Aug 2017 11:22:09 -0700 > From: Intiyaz Basha > > ptp_enable was a global static variable. Moved this global variable to > octeon_device structure and removed extra device id check. > > Signed-off-by: Intiyaz Basha > Signed-off-by: Felix Manlunas Applied,

[PATCH net-next] liquidio: moved ptp_enable to octeon_device structure

2017-08-11 Thread Felix Manlunas
From: Intiyaz Basha ptp_enable was a global static variable. Moved this global variable to octeon_device structure and removed extra device id check. Signed-off-by: Intiyaz Basha Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/lio_main.c | 19 ++-