X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fdebug.h;h=dcac25a88acfd20d54e32508d7a53aded28eee08;hp=8683df11d2332ed3a7413adf90ee27803ea1b8f2;hb=a01ba048668c5a7e5efa2aa41eeb0a3ed374a63a;hpb=0ef1539b6f680ba09c88be5bb94a821fd2599931 diff --git a/include/debug.h b/include/debug.h index 8683df1..dcac25a 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,7 +1,7 @@ /* * Debug defines * - * Copyright (C) 2001 Ethan Benson + * Copyright (C) 2001 Ethan Benson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,8 +32,8 @@ prom_printf( fmt, ## args );\ } # define DEBUG_OPEN DEBUG_F( "dev=%s, part=0x%p (%d), file_name=%s\n",\ - dev_name, part, part ? part->part_number : -1,\ - file_name) + fspec->dev, part, part ? part->part_number : -1,\ + fspec->file) # define DEBUG_SLEEP prom_sleep(3) #else #define DEBUG_ENTER @@ -44,9 +44,9 @@ #define DEBUG_SLEEP #endif -/* +/* * Local variables: - * c-file-style: "K&R" + * c-file-style: "k&r" * c-basic-offset: 5 * End: */