On Thu, 2008-11-20 at 11:21 +0530, Vasanthakumar Thiagarajan wrote: > + u8 update_rc; > + tx_info_priv->update_rc = 0; > + tx_info_priv->update_rc = 1; You could use a bool and use false/true, that'd generate exactly the same code but might be easier to read. Not that it matters much I guess. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part