]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 2 Dec 2015 21:54:05 +0000 (22:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 02:58:31 +0000 (18:58 -0800)
commit742fb6bdf2bd7f2d0126a48b09e4d0a4deddc432
tree261f64315a641b3c8b6e52cb1e21c04aa1a3b104
parent530009a6f2d03e64f09ad4dd947970a31c745978
staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()

Using the ternary operator allows to more concisely write the same
code, and to stay within 80 characters without even increasing the
number of lines.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c