From: Govindarajulu Varadarajan
Date: Wed, 3 Feb 2016 14:40:44 +0530
> From: Sandeep Pillai
>
> Firmware posts the devcmd result in result ring. In case of timeout, driver
> does not increment the current result pointer and firmware could post the
> result after timeout has occurred. During ne
From: Govindarajulu Varadarajan
Date: Wed, 3 Feb 2016 14:40:44 +0530
> From: Sandeep Pillai
>
> Firmware posts the devcmd result in result ring. In case of timeout, driver
> does not increment the current result pointer and firmware could post the
> result after timeout has occurred. During ne
From: Sandeep Pillai
Firmware posts the devcmd result in result ring. In case of timeout, driver
does not increment the current result pointer and firmware could post the
result after timeout has occurred. During next devcmd, driver would be
reading the result of previous devcmd.
Fix this by inc