Re: [PATCH net-next 0/2] cxgb4: fix more warnings reported by sparse

2020-06-23 Thread David Miller
From: Rahul Lakkireddy Date: Wed, 24 Jun 2020 02:03:21 +0530 > Patch 1 ensures all callers take on-chip memory lock when flashing > PHY firmware to fix lock context imbalance warnings. > > Patch 2 moves all static arrays in header file to respective C file > in device dump collection path. Seri

[PATCH net-next 0/2] cxgb4: fix more warnings reported by sparse

2020-06-23 Thread Rahul Lakkireddy
Patch 1 ensures all callers take on-chip memory lock when flashing PHY firmware to fix lock context imbalance warnings. Patch 2 moves all static arrays in header file to respective C file in device dump collection path. Thanks, Rahul Rahul Lakkireddy (2): cxgb4: always sync access when flashin