On 03/02/2020 09:42, Dan Carpenter wrote: > On Sun, Feb 02, 2020 at 12:27:25PM +0000, Malcolm Priestley wrote: >> bb_pre_ed_rssi is an u8 rx_dm always returns negative signed >> values add minus operator to always yield positive. >> >> fixes issue where rx sensitivity is always set to maximum because >> the unsigned numbers were always greater then 100. >> >> Cc: stable <stable-u79uwXL29TY76Z2rM5mHXA@xxxxxxxxxxxxxxxx> >> --- ... >> drivers/staging/vt6656/dpc.c | 2 +- > > It appears that the vt6655 driver has the same issue. In the vt6655 it is not used. Regards Malcolm