From: Ganesh Goudar <ganes...@chelsio.com> Date: Thu, 8 Jun 2017 13:43:21 +0530
> From: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> > > Handle TIMER0INT when FW crashes. Check for PCIE_FW[FW_EVAL] > and if it says "Device FW Crashed", then treat it as fatal. > Else, non-fatal. > > Signed-off-by: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> > Signed-off-by: Ganesh Goudar <ganes...@chelsio.com> ... > @@ -4075,10 +4076,26 @@ static void cim_intr_handler(struct adapter *adapter) > }; > > int fat; > + u32 val, fw_err; Please respect the reverse christmas tree variable ordering. Thank you.