[Linux1394-cvslog] rev 844 - branches/linux-2.4
Brought to you by:
aeb,
bencollins
|
From: SVN U. <ben...@li...> - 2003-03-15 07:00:45
|
Author: bencollins
Date: 2003-03-15 02:00:04 -0500 (Sat, 15 Mar 2003)
New Revision: 844
Modified:
branches/linux-2.4/nodemgr.c
Log:
Oops, typo
Modified: branches/linux-2.4/nodemgr.c
==============================================================================
--- branches/linux-2.4/nodemgr.c (original)
+++ branches/linux-2.4/nodemgr.c 2003-03-15 02:00:05.000000000 -0500
@@ -1128,7 +1128,7 @@
{
int count;
struct selfid *sid = (struct selfid *)host->topology_map;
- nodeid_t nodeid = host->nodeid & BUS_MASK;
+ nodeid_t nodeid = LOCAL_BUS;
/* Scan each node on the bus */
for (count = host->selfid_count; count; count--, sid++) {
|