Skip to content

Commit

Permalink
net: vertexcom: mse102x: Drop log message on remove
Browse files Browse the repository at this point in the history
This message is a leftover from initial development. It's
unnecessary now and can be dropped.

Signed-off-by: Stefan Wahren <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
lategoodbye authored and kuba-moo committed Aug 29, 2024
1 parent d3a41dc commit 7f37d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/ethernet/vertexcom/mse102x.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,6 @@ static void mse102x_remove_spi(struct spi_device *spi)
struct mse102x_net *mse = dev_get_drvdata(&spi->dev);
struct mse102x_net_spi *mses = to_mse102x_spi(mse);

if (netif_msg_drv(mse))
dev_info(&spi->dev, "remove\n");

mse102x_remove_device_debugfs(mses);
unregister_netdev(mse->ndev);
}
Expand Down

0 comments on commit 7f37d20

Please sign in to comment.