Commit e3ab1fc9 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Thomas Gleixner
Browse files

irqchip/ts4800: Replace seq_printf() by seq_puts()

parent b8b26ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ static void ts4800_irq_print_chip(struct irq_data *d, struct seq_file *p)
{
	struct ts4800_irq_data *data = irq_data_get_irq_chip_data(d);

	seq_printf(p, "%s", dev_name(&data->pdev->dev));
	seq_puts(p, dev_name(&data->pdev->dev));
}

static const struct irq_chip ts4800_chip = {