]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() signature
authorAdrian Bunk <bunk@stusta.de>
Sun, 8 Jan 2006 09:05:16 +0000 (01:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:09 +0000 (20:14 -0800)
commit2e713b8219e8ced70004988a633944ec647d5989
treed960191917c2ea071fd428a07efb86e0418a0706
parentd0ddee6cc76df7c822cb3dd1c4510593aa9927dc
[PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() signature

It's not good if caller and callee disagree regarding the type of the
arguments.

In this case, this could cause problems on 64bit architectures.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Schindler <armin@melware.de>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/hardware/eicon/os_4bri.c