Files
i2som-imx-linux/include/linux
Krzysztof Mazur ec809bd817 atm: add owner of push() callback to atmvcc
The atm is using atmvcc->push(vcc, NULL) callback to notify protocol
that vcc will be closed and protocol must detach from it. This callback
is usually used by protocol to decrement module usage count by module_put(),
but it leaves small window then module is still used after module_put().

Now the owner of push() callback is kept in atmvcc and
module_put(atmvcc->owner) is called after the protocol is detached from vcc.

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Acked-by: Chas Williams <chas@cmf.nrl.navy.mil>
2012-11-28 00:36:48 +00:00
..
2012-10-19 15:52:59 -04:00
2012-10-16 18:49:15 -07:00
2012-10-16 13:37:17 -04:00
2012-11-03 14:50:15 -04:00
2012-11-16 14:33:04 -08:00
2012-10-17 15:53:02 -05:00
2012-11-16 14:33:04 -08:00
2012-10-22 15:16:06 -04:00
2012-10-17 11:16:13 -07:00