On Fri, 2022-01-28 at 14:18 -0800, Bart Van Assche wrote: > + wq = bfad_priv(cmnd)->wq; > + bfad_priv(cmnd)->wq = NULL; Can't this be shortened to wq = xhcg(bfad_priv(cmnd)->wq, NULL); Otherwise, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>