19 Dec
2008
19 Dec
'08
1:32 p.m.
On Fri, Dec 19, 2008 at 01:03:59PM +0100, Takashi Iwai wrote:
Mark Brown wrote:
kfree(prtd);
- runtime->private_data = NULL;
This looks superfluous. The runtime instance will be anyway freed soon after the close callback.
Even if it wasn't the driver will overwrite it on open(). OTOH it doesn't do any harm either.