Skip to content
Permalink
Browse files
fixup! counter: Internalize sysfs interface code
  • Loading branch information
dlech committed Oct 12, 2020
1 parent d8e764c commit fe7af503e7b7739f178c52e3c0b89ba416c6a493
Showing 1 changed file with 1 addition and 1 deletion.
@@ -414,7 +414,7 @@ static int ti_eqep_probe(struct platform_device *pdev)

priv->counter.name = dev_name(dev);
priv->counter.parent = dev;
priv->counter.parent = &ti_eqep_counter_ops;
priv->counter.ops = &ti_eqep_counter_ops;
priv->counter.counts = ti_eqep_counts;
priv->counter.num_counts = ARRAY_SIZE(ti_eqep_counts);
priv->counter.signals = ti_eqep_signals;

0 comments on commit fe7af50

Please sign in to comment.