j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Sun Aug 1 00:48:10 2010 New Revision: 825 URL: http://tracker.coreboot.org/trac/openbios/changeset/825
Log: Fix the SCSI block driver so that it doesn't leave an extra item on the stack when its open method is called.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk
Modified: trunk/openbios-devel/drivers/esp.c
Modified: trunk/openbios-devel/drivers/esp.c ============================================================================== --- trunk/openbios-devel/drivers/esp.c Sun Aug 1 00:46:48 2010 (r824) +++ trunk/openbios-devel/drivers/esp.c Sun Aug 1 00:48:10 2010 (r825) @@ -268,7 +268,7 @@
fword("my-unit"); id = POP(); - //POP(); // unit id is 2 ints but we only need one. + POP(); // unit id is 2 ints but we only need one. *sd = &global_esp->sd[id];
#ifdef CONFIG_DEBUG_ESP