treewide: use __printf not __attribute__((format(printf,...)))
[profile/ivi/kernel-x86-ivi.git] / drivers / isdn / hisax / isdnl3.c
index ad291f2..1c24e44 100644 (file)
@@ -66,7 +66,7 @@ static char *strL3Event[] =
        "EV_TIMEOUT",
 };
 
-static __attribute__((format(printf, 2, 3))) void
+static __printf(2, 3) void
 l3m_debug(struct FsmInst *fi, char *fmt, ...)
 {
        va_list args;