From: Ganesh Goudar <[email protected]> Date: Thu, 8 Jun 2017 13:43:21 +0530
> From: Rahul Lakkireddy <[email protected]> > > 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 <[email protected]> > Signed-off-by: Ganesh Goudar <[email protected]> ... > @@ -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.
