X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fm68k%2Fapollo%2Fdn_debug.c;h=b106969bd8feaa2da90b1de99053f1acc20eb2eb;hp=734902fbfc17075f58e32466b30b22de32ccea58;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 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; }