From: Alex Elder <[email protected]> Date: Fri, 15 May 2020 14:52:03 -0500
> 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 <[email protected]> > Signed-off-by: Alex Elder <[email protected]> Applied, thanks.

