aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 12:28:41 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-08 12:28:41 -0700
commit7ff3e52cf2947ebd38c84159af68e5a29d228f6c (patch)
tree17f1a54b368554b722c18c28852ded0f90856865 /drivers/ieee1394
parentMerge branch 'irq-fixes' of git://git.parisc-linux.org/git/linux-2.6 (diff)
parentieee1394: nodemgr: fix startup of knodemgrd (diff)
downloadlinux-dev-7ff3e52cf2947ebd38c84159af68e5a29d228f6c.tar.xz
linux-dev-7ff3e52cf2947ebd38c84159af68e5a29d228f6c.zip
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: nodemgr: fix startup of knodemgrd
Diffstat (limited to 'drivers/ieee1394')
-rw-r--r--drivers/ieee1394/nodemgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/nodemgr.c b/drivers/ieee1394/nodemgr.c
index 3e7974c57443..8e7b83f84485 100644
--- a/drivers/ieee1394/nodemgr.c
+++ b/drivers/ieee1394/nodemgr.c
@@ -1614,7 +1614,7 @@ static int nodemgr_host_thread(void *__hi)
{
struct host_info *hi = (struct host_info *)__hi;
struct hpsb_host *host = hi->host;
- unsigned int g, generation = get_hpsb_generation(host) - 1;
+ unsigned int g, generation = 0;
int i, reset_cycles = 0;
/* Setup our device-model entries */