Skip to content

Commit

Permalink
can: kvaser_pciefd: Remove unnecessary comment
Browse files Browse the repository at this point in the history
[ Upstream commit 11d1866 ]

The code speaks for itself.

Signed-off-by: Martin Jocic <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Marc Kleine-Budde <[email protected]>
Stable-dep-of: dd885d9 ("can: kvaser_pciefd: Use a single write when releasing RX buffers")
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
Martin Jocic authored and gregkh committed Sep 12, 2024
1 parent c1fb622 commit 4240850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/can/kvaser_pciefd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,6 @@ static irqreturn_t kvaser_pciefd_irq_handler(int irq, void *dev)
kvaser_pciefd_receive_irq(pcie);

for (i = 0; i < pcie->nr_channels; i++) {
/* Check that mask matches channel (i) IRQ mask */
if (board_irq & irq_mask->kcan_tx[i])
kvaser_pciefd_transmit_irq(pcie->can[i]);
}
Expand Down

0 comments on commit 4240850

Please sign in to comment.