From: Colin King <[email protected]> Date: Sun, 25 Sep 2016 14:14:45 -0700
> From: Colin Ian King <[email protected]> > > iq is unsigned, so the error check for iq < 0 has no effect so errors > can slip past this check. Fix this by making iq signed and also > get_filter_steerq return a signed int so a -ve error can be returned. > > Signed-off-by: Colin Ian King <[email protected]> Applied, thanks.

