patch-2.4.25 linux-2.4.25/drivers/ieee1394/nodemgr.c
Next file: linux-2.4.25/drivers/input/Config.in
Previous file: linux-2.4.25/drivers/ieee1394/csr.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/ieee1394/nodemgr.c
- Orig date:
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.24/drivers/ieee1394/nodemgr.c linux-2.4.25/drivers/ieee1394/nodemgr.c
@@ -1028,12 +1028,11 @@
ne->nodeid = nodeid;
}
+ ne->generation = generation;
+
if (ne->busopt.generation != ((busoptions >> 4) & 0xf))
nodemgr_process_config_rom (ne, busoptions);
- /* Since that's done, we can declare this record current */
- ne->generation = generation;
-
list_for_each (lh, &ne->unit_directories) {
ud = list_entry (lh, struct unit_directory, node_list);
if (ud->driver && ud->driver->update != NULL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)