]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] drivers/isdn/hardware/eicon/os_4bri.c: correct the xdiLoadFile() signature
authorAdrian Bunk <bunk@stusta.de>
Sat, 19 Nov 2005 07:58:12 +0000 (08:58 +0100)
committerChris Wright <chrisw@osdl.org>
Thu, 24 Nov 2005 22:10:12 +0000 (14:10 -0800)
commitfb69773ded08e5b679db97a84aa7ce371c5f6208
tree6a22a458eb076fdd62718e953a1821f10e598a7a
parent067d66baa9df5b9e6bf7e442fc4ee7140ef3cc74
[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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Chris Wright <chrisw@osdl.org>
drivers/isdn/hardware/eicon/os_4bri.c