commit | 3f937918b73b2a56ef238a2dcc0bbd97d48490b9 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Tue Sep 22 16:24:58 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 29 04:16:29 2015 +0200 |
tree | a76028342a1612dd22e3c4cc7cb8736ec3e74832 | |
parent | d2c3506be646a495a4e3f1d1ce9540916703c244 [diff] |
staging: wicl1000: remove duplicated operand in OR operation The IEEE80211_STYPE_PROBE_REQ flag appears twice in the expression and coccicheck complains with: wilc_wfi_cfgoperations.h:80:3-38: duplicated argument to & or | Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>