Commit 090e46fa authored by Randy Dunlap's avatar Randy Dunlap Committed by Stephen Hemminger

[HAMRADIO]: Missing return statement in yam.c driver.

parent 0c9e1e87
...@@ -807,7 +807,7 @@ static int yam_seq_show(struct seq_file *seq, void *v) ...@@ -807,7 +807,7 @@ static int yam_seq_show(struct seq_file *seq, void *v)
seq_printf(seq, " RxInt %u\n", yp->nb_rxint); seq_printf(seq, " RxInt %u\n", yp->nb_rxint);
seq_printf(seq, " RxOver %lu\n", yp->stats.rx_fifo_errors); seq_printf(seq, " RxOver %lu\n", yp->stats.rx_fifo_errors);
seq_printf(seq, "\n"); seq_printf(seq, "\n");
return 0;
} }
static struct seq_operations yam_seqops = { static struct seq_operations yam_seqops = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment