[openfirmware] [commit] r3391 - dev/usb2/hcd

repository service svn at openfirmware.info
Mon Oct 29 06:39:47 CET 2012


Author: quozl
Date: Mon Oct 29 06:39:46 2012
New Revision: 3391
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3391

Log:
OLPC - stack imbalance after (hub-selftest) fails causes test-all failure, regression introduced in r2412 by me

Modified:
   dev/usb2/hcd/probehub.fth

Modified: dev/usb2/hcd/probehub.fth
==============================================================================
--- dev/usb2/hcd/probehub.fth	Sat Oct 27 09:00:31 2012	(r3390)
+++ dev/usb2/hcd/probehub.fth	Mon Oct 29 06:39:46 2012	(r3391)
@@ -230,7 +230,7 @@
          base @ >r decimal                              ( list$' dev#$ )
          $number  if  0  then                           ( list$' port# )
          r> base !                                      ( list$ port# )
-         (hub-selftest)  if  drop true exit  then       ( list$ )
+         (hub-selftest)  if  2drop true exit  then      ( list$ )
       repeat                                            ( list$ )
       2drop                                             ( )
    then                                                 ( )



More information about the openfirmware mailing list