mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
8d7c52cb41
The only iommu function call in this driver is a
tegra_dev_iommu_get_stream_id() which does not allocate anything and does
not take any reference.
So there is no point in calling iommu_fwspec_free() in the remove function.
Remove this incorrect function call.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
tegra-se-aes.c | ||
tegra-se-hash.c | ||
tegra-se-key.c | ||
tegra-se-main.c | ||
tegra-se.h |