git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff100d
)
[PATCH] ISDN: fix BChannel_bh() call from isar_bh()
author
Jiri Kosina
<jkosina@suse.cz>
Tue, 27 Mar 2007 05:32:19 +0000
(21:32 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 27 Mar 2007 16:05:15 +0000
(09:05 -0700)
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 <kkeil@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found