13 Oct
2015
13 Oct
'15
2:27 p.m.
On Tue, Oct 13, 2015 at 10:08:57AM +0300, Dan Carpenter wrote:
The code tries to verify that "deemph" is zero or one, but it fails to account for that it can be negative. It's harmless because negatives are treated the same as one, but we should fix it just to silence the static checker warning.
Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
Acked-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Thanks, Charles