From: Stefan Richter Date: Sat, 16 Aug 2008 11:36:47 +0000 (+0200) Subject: ieee1394: regression in 2.6.25: updates should happen before probes X-Git-Tag: v2.6.27-rc4~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6848408abf1bc18d9a4d5fed3fcca812745ece05;p=pandora-kernel.git ieee1394: regression in 2.6.25: updates should happen before probes Regression since commit 73cf60232ef16e1f8a64defa97214a1722db1e6c, "ieee1394: use class iteration api": The two loops for (1.) driver updates and (2.) driver probes were replaced by a single loop with bogus needs_probe checks. Hence updates and probes were now intermixed, and especially sbp2 updates (reconnects) held up longer than necessary. While we fix it, change the needs_probe flag to bool type for clarity. Tested by Damien Benoist. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed