On Wed, Oct 06, 2021 at 10:33:47AM +0300, Dan Carpenter wrote: > Static checkers and runtime checkers such as KMSan will complain that > we do not initialize the last 6 bytes of "cb_priv". The caller only > uses the first two bytes so it doesn't cause a runtime issue. Still > worth fixing though. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>