[Linux1394-cvslog] rev 845 - branches/linux-2.4
Brought to you by:
aeb,
bencollins
|
From: SVN U. <ben...@li...> - 2003-03-15 15:02:35
|
Author: bencollins Date: 2003-03-15 10:01:43 -0500 (Sat, 15 Mar 2003) New Revision: 845 Modified: branches/linux-2.4/nodemgr.c Log: Fix another typo. I'm on a roll. Noticed by Olaf Hering. Modified: branches/linux-2.4/nodemgr.c ============================================================================== --- branches/linux-2.4/nodemgr.c (original) +++ branches/linux-2.4/nodemgr.c 2003-03-15 10:01:44.000000000 -0500 @@ -1149,8 +1149,8 @@ * were still on the bus. The bus reset increased hi->reset_sem, * so there's a bus scan pending which will do the clean up * eventually. */ - if (generation == get_hpsb_generation(hi->host)) - nodemgr_node_probe_cleanup(hi->host, generation); + if (generation == get_hpsb_generation(host)) + nodemgr_node_probe_cleanup(host, generation); return; } |