From 40ff9a76aa7f12672fcfaf0fd096cd8fac227552 Mon Sep 17 00:00:00 2001 From: Valentin Ilie Date: Mon, 8 Apr 2013 13:49:21 +0300 Subject: [PATCH] --- yaml --- r: 363955 b: refs/heads/master c: dd7cc7e41825acd290fcd6aae08162ded5885693 h: refs/heads/master i: 363953: 30566f6fb8cb6d948652c1ab6b7d74f79c38ab91 363951: c3ce27c2c933c54c34f02c78d0caa552e92297c7 v: v3 --- [refs] | 2 +- trunk/drivers/staging/fwserial/fwserial.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e3d024bd1773..221d75628728 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1159d7cc01b2209d7005f1e7630647f2b012893 +refs/heads/master: dd7cc7e41825acd290fcd6aae08162ded5885693 diff --git a/trunk/drivers/staging/fwserial/fwserial.c b/trunk/drivers/staging/fwserial/fwserial.c index 5a6fb44f38a8..0263e98b445d 100644 --- a/trunk/drivers/staging/fwserial/fwserial.c +++ b/trunk/drivers/staging/fwserial/fwserial.c @@ -1527,7 +1527,7 @@ static void fwtty_debugfs_show_port(struct seq_file *m, struct fwtty_port *port) stats.watermark); if (port->port.console) { - seq_printf(m, "\n "); + seq_puts(m, "\n "); (*port->fwcon_ops->proc_show)(m, port->con_data); } @@ -1559,7 +1559,7 @@ static int fwtty_proc_show(struct seq_file *m, void *v) if (capable(CAP_SYS_ADMIN)) fwtty_proc_show_port(m, port); fwtty_port_put(port); - seq_printf(m, "\n"); + seq_puts(m, "\n"); } return 0; } @@ -1577,7 +1577,7 @@ static int fwtty_debugfs_stats_show(struct seq_file *m, void *v) fwtty_proc_show_port(m, port); fwtty_debugfs_show_port(m, port); fwtty_port_put(port); - seq_printf(m, "\n"); + seq_puts(m, "\n"); } } return 0;