Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:28:41 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:28:41 +0000 (12:28 -0700)
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  ieee1394: nodemgr: fix startup of knodemgrd

drivers/ieee1394/nodemgr.c

index 3e7974c..8e7b83f 100644 (file)
@@ -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 */