Searched hist:f45a7bccdc190e2cf6ca3a527edbc4c80d7114ef (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | gsi.c | diff f45a7bccdc190e2cf6ca3a527edbc4c80d7114ef Fri May 15 14:52:03 CDT 2020 Alex Elder <elder@linaro.org> net: ipa: don't be a hog in gsi_channel_poll()
The iteration count value used in gsi_channel_poll() is intended to limit poll iterations to the budget supplied as an argument. But it's never updated.
Fix this bug by incrementing the count each time through the loop.
Reported-by: Sharath Chandra Vurukala <sharathv@codeaurora.com> Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|