From: Julien Grall Date: Mon, 11 Apr 2016 15:32:55 +0000 (+0100) Subject: irqchip/gic-v3: Prefix all pr_* messages by "GICv3: " X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=68628bb87fe559969b92c8d5c5fd78d8dea5676b;p=deliverable%2Flinux.git irqchip/gic-v3: Prefix all pr_* messages by "GICv3: " Currently, most of the pr_* messages in the GICv3 driver don't have a prefix. Add one to make clear where the messages come from. Signed-off-by: Julien Grall Signed-off-by: Christoffer Dall --- diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c index 5b7d3c2129d8..6dc6f039e7eb 100644 --- a/drivers/irqchip/irq-gic-v3.c +++ b/drivers/irqchip/irq-gic-v3.c @@ -15,6 +15,8 @@ * along with this program. If not, see . */ +#define pr_fmt(fmt) "GICv3: " fmt + #include #include #include