Skip to content

Commit

Permalink
net: ipa: report when the driver has been removed
Browse files Browse the repository at this point in the history
When the IPA driver has completed its initialization and setup
stages, it emits a brief message to the log.  Add a small message
that reports when it has been removed.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Alex Elder authored and Jakub Kicinski committed Jul 21, 2022
1 parent 4d8996c commit 3c91c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/ipa/ipa_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@ static int ipa_remove(struct platform_device *pdev)
kfree(ipa);
ipa_power_exit(power);

dev_info(dev, "IPA driver removed");

return 0;
}

Expand Down

0 comments on commit 3c91c86

Please sign in to comment.