From: Jiri Kosina Date: Tue, 27 Mar 2007 05:32:19 +0000 (-0800) Subject: [PATCH] ISDN: fix BChannel_bh() call from isar_bh() X-Git-Tag: v2.6.21-rc6~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3899210ad9850e3b8909674c92dccbd3caaf9750;p=pandora-kernel.git [PATCH] ISDN: fix BChannel_bh() call from isar_bh() isar_bh() bh handler calls another (compatible) bh handler - BChannel_bh() - but passes struct BCState* instead of struct work_struct*, which seems wrong. Cc: Karsten Keil Signed-off-by: Jiri Kosina Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed