[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110206104330.GA4384@bicker>
Date: Sun, 6 Feb 2011 13:43:30 +0300
From: Dan Carpenter <error27@...il.com>
To: Sakari Ailus <sakari.ailus@....fi>
Cc: netdev@...r.kernel.org
Subject: re: tlan: Code cleanup: checkpatch.pl is relatively happy now.
Commit c659c38b279657 "tlan: Code cleanup: checkpatch.pl is relatively
happy now." includes the following change without explanation.
- if ( ( head_list->cStat & TLAN_CSTAT_READY ) == TLAN_CSTAT_READY ) {
+ if (head_list->c_stat & TLAN_CSTAT_READY) {
Was this a bug fix or a bug introduce?
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists