On Wed, Aug 01, 2012 at 01:53:22PM +0200, Marc Kleine-Budde wrote: [...] > > @@ -635,6 +638,7 @@ static irqreturn_t flexcan_irq(int irq, void *dev_id) > > if (reg_iflag1 & (1 << FLEXCAN_TX_BUF_ID)) { > > stats->tx_bytes += can_get_echo_skb(dev, 0); > > stats->tx_packets++; > > + can_led_event(dev, CAN_LED_EVENT_TX); > > Should the led blink on TX or TX completion interrupt?
I'd say on complention interrupt, together with can_get_echo_skb(). That was briefly discussed with Oliver in my first patch: http://article.gmane.org/gmane.linux.can/1007 Fabio -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/