On Thu, 2007-02-08 at 07:50 -0600, Josh Boyer wrote: > > + /* free the common resources */ > > + if (likely(this->regs)) { > > + iounmap(this->regs); > > + this->regs = NULL; > > + } > > Same likely usage comment as above. I agree, this function will be called one or very few times, so this hint is not reasonable in this case. -- Best regards, Artem Bityutskiy (Битюцкий Артём)