Home
last modified time | relevance | path

Searched hist:dc76bb1e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Drx.cdc76bb1e Mon Feb 18 03:31:54 CST 2019 Dan Carpenter <dan.carpenter@oracle.com> 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>
dc76bb1e Mon Feb 18 03:31:54 CST 2019 Dan Carpenter <dan.carpenter@oracle.com> 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>