[linux-3.16-rc6/drivers/staging/bcm/Misc.c:1153] -> [linux-3.16-rc6/drivers/staging/bcm/Misc.c:1156]: (style) Mismatching assignment and comparison, comparison 'reporting_mode==1' is always false. Source code is reporting_mode = ntohl(psAdapter->pstargetparams->m_u32PowerSavingModeOptions) & 0x02; // ... if (reporting_mode == TRUE) { Something ANDed with 0x02 can't be equal 1. Suggest code rework.
Thanks, patch submitted: