]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192e: Replace ?: with min_t
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>
Sun, 31 May 2015 18:19:46 +0000 (20:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 21:33:22 +0000 (06:33 +0900)
commitf307089f56a900a481f169d570f3e348cb82c693
treea105bc1a72077126c54d9b924c741b6dcfe29466
parent633fca51c5dbfdd9cda89ba04042b3a6690e67be
staging: rtl8192e: Replace ?: with min_t

Replace :? with min_t for readability. Remove check that is always false.

Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac_wx.c
drivers/staging/rtl8192e/rtllib_wx.c