Re: [PATCH] wan: lmc: Switch to using managed resources
From: David Miller
Date: Wed Mar 02 2016 - 13:44:27 EST
From: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>
Date: Wed, 2 Mar 2016 19:52:42 +0530
> Specifically, pcim_release contains the following code:
How incredibly unintuitive that PCI helper functions magically become
managed just because a driver invoked pcim_enable_device().
Well, if that's what is it, that's what it is.
Applied, thanks.