]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/vsprintf.c
aoe: remove private mac address format function
[linux-2.6-omap-h63xx.git] / lib / vsprintf.c
index 6897724ff5df0731e717305afaaca37112ec5897..3b777025d8769e4ae07838ad12aa7f2d1b82240e 100644 (file)
@@ -669,6 +669,9 @@ static char *pointer(const char *fmt, char *buf, char *end, void *ptr, int field
                return symbol_string(buf, end, ptr, field_width, precision, flags);
        case 'R':
                return resource_string(buf, end, ptr, field_width, precision, flags);
+       case 'm':
+               flags |= SPECIAL;
+               /* Fallthrough */
        case 'M':
                return mac_address_string(buf, end, ptr, field_width, precision, flags);
        case 'i':