]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
authorIvan Safonov <insafonov@gmail.com>
Tue, 27 Oct 2015 15:19:50 +0000 (22:19 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2015 00:09:08 +0000 (09:09 +0900)
commit530c9b1b21fc41fd54c1c4f0f4b05368304c0105
tree887e45a20752c7047cc78c76ed5db9582dd542a9
parentad8d8cd3b507fd72a64a61412623450740182828
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro

min_t macro better conveys the meaning of the code.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c