Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath/carl9170
Dan Carpenter dc76bb1e12 carl9170: clean up a clamp() call
The parameter order for clamp is supposed to be clamp(value, low, high).
When we write it in this order it's equivalent to
min(head->plcp[3] & 0x7f, 75) which works in this context where the min
is zero.  But it's not a correct use of the API.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-02-19 17:18:14 +02:00
..
2016-03-07 14:11:09 +02:00
2016-06-04 17:58:14 +03:00
2015-05-05 14:21:55 +02:00
2016-04-12 15:56:15 +02:00
2018-06-12 16:19:22 -07:00
2016-04-12 15:56:15 +02:00
2019-02-19 17:18:14 +02:00
2017-08-10 11:55:56 +03:00