> This kind of change makes the code confusing to human readers. Have you > considered to add a BUG_ON(!qp) or WARN_ON(!qp) with a comment that > refers to sparse instead? > > Thanks, > > Bart. > > > This kind of change makes the code confusing to human readers. Have you > considered to add a BUG_ON(!qp) or WARN_ON(!qp) with a comment that > refers to sparse instead? > > Thanks, > I'm not sure that this kind of fix will satisfy the static checker. It depends how it understand BUG_ON(). Moni