commit | 7c2250352e11bf956c4cfa20b01ae6ba72882788 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Wed Aug 06 18:52:44 2008 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 21 10:15:36 2008 -0700 |
tree | 8ea27a86d737d80a77931f1bc4d59b6aa8eafca7 | |
parent | bf9ca69fc8d19d4034391d3df4c35dccdef9d28c [diff] |
driver model: anti-oopsing medicine Anti-oops medicine for the class iterators ... the oops was observed when a class was implicitly referenced before it was initialized. [Modified by Greg to spit a warning back so someone knows to fix their code] Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>