Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux/ena: Fix PHC info release timing
As PHC info is a part of the adapter struct and since the adapter struct is also a part of the netdev private area [1], PHC info must be released before releasing netdev. [1]: https://elixir.bootlin.com/linux/v6.7/source/net/core/dev.c#L10778 Fixes: 2e9a716 ("linux/ena: Move PHC info struct allocation") Signed-off-by: Amit Bernstein <[email protected]>
- Loading branch information