18 Sep
2017
18 Sep
'17
4:39 p.m.
On Thu, 14 Sep 2017 01:01:16 +0200, Dan Carpenter wrote:
The "info.index" variable represents a bit in hw->dsp_loaded which is an unsigned int. If it's higher than 31 we hit a shift wrapping bug. This seems harmless, but I wanted to silence the static checker warning.
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
Thanks, applied.
Takashi