X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm68k%2Fapollo%2Fdn_debug.c;h=b106969bd8feaa2da90b1de99053f1acc20eb2eb;hb=2ab7e6fcc578694936be605151227a660d2f1b95;hp=734902fbfc17075f58e32466b30b22de32ccea58;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/arch/m68k/apollo/dn_debug.c b/arch/m68k/apollo/dn_debug.c index 734902fbf..b106969bd 100644 --- a/arch/m68k/apollo/dn_debug.c +++ b/arch/m68k/apollo/dn_debug.c @@ -14,9 +14,9 @@ int dn_deb_printf(const char *fmt, ...) { i=vsprintf(current_dbg_ptr,fmt,args); va_end(args); current_dbg_ptr+=i; - + return i; } - else + else return 0; }