From b4482a4b2e2ff5ed96d8d16d72e83e75064062c5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 14 Oct 2007 19:35:40 +0100 Subject: more trivial signedness fixes in drivers Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- drivers/atm/firestream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/atm') diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 737cea49f87..94ebc9dc40f 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c @@ -1295,7 +1295,7 @@ static const struct atmdev_ops ops = { static void __devinit undocumented_pci_fix (struct pci_dev *pdev) { - int tint; + u32 tint; /* The Windows driver says: */ /* Switch off FireStream Retry Limit Threshold -- cgit v1.2.3