diff options
Diffstat (limited to 'arch/mips/bcm63xx/irq.c')
-rw-r--r-- | arch/mips/bcm63xx/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/irq.c b/arch/mips/bcm63xx/irq.c index 1a47ec2a0906..c96139097ae2 100644 --- a/arch/mips/bcm63xx/irq.c +++ b/arch/mips/bcm63xx/irq.c | |||
@@ -311,7 +311,7 @@ static int bcm63xx_external_irq_set_type(struct irq_data *d, | |||
311 | break; | 311 | break; |
312 | 312 | ||
313 | default: | 313 | default: |
314 | printk(KERN_ERR "bogus flow type combination given !\n"); | 314 | pr_err("bogus flow type combination given !\n"); |
315 | return -EINVAL; | 315 | return -EINVAL; |
316 | } | 316 | } |
317 | 317 | ||