mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completion
commit01a1e7ec6c3769dc7c5fde23ebc253c6be5f68eb
authorYong Zhang <yong.zhang0@gmail.com>
Sat, 19 Dec 2009 04:30:11 +0000 (18 20:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Dec 2009 04:30:11 +0000 (18 20:30 -0800)
tree0676c75d19f393194c0053af06b5aa95f6bfe388
parent4529819c45161e4a119134f56ef504e69420bc98
mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completion

The _ONSTACK variant should be used for on-stack completion,
otherwise it will break lockdep.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Acked-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/l1oip_core.c