X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Ffirewire%2Fcmp.c;h=76294f2ae47f142fe128da90d5243a7ce2eac589;hb=b4fdcb02f1e39c27058a885905bd0277370ba441;hp=14cacbc655dd790261db8962090c075d7a993a70;hpb=56aa53391059e3730a304da4dd96b7b123b9fb75;p=pandora-kernel.git diff --git a/sound/firewire/cmp.c b/sound/firewire/cmp.c index 14cacbc655dd..76294f2ae47f 100644 --- a/sound/firewire/cmp.c +++ b/sound/firewire/cmp.c @@ -32,7 +32,7 @@ enum bus_reset_handling { SUCCEED_ON_BUS_RESET, }; -static __attribute__((format(printf, 2, 3))) +static __printf(2, 3) void cmp_error(struct cmp_connection *c, const char *fmt, ...) { va_list va;