diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-14 14:35:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-14 15:41:52 -0400 |
commit | b4482a4b2e2ff5ed96d8d16d72e83e75064062c5 (patch) | |
tree | 675b5f0a80d720c63db138d5395d63cee6c74969 /drivers/atm | |
parent | 64a6f9500d8e8a8e1b1adc2120e56cc88df5727f (diff) |
more trivial signedness fixes in drivers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/firestream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index 737cea49f872..94ebc9dc40fd 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c | |||
@@ -1295,7 +1295,7 @@ static const struct atmdev_ops ops = { | |||
1295 | 1295 | ||
1296 | static void __devinit undocumented_pci_fix (struct pci_dev *pdev) | 1296 | static void __devinit undocumented_pci_fix (struct pci_dev *pdev) |
1297 | { | 1297 | { |
1298 | int tint; | 1298 | u32 tint; |
1299 | 1299 | ||
1300 | /* The Windows driver says: */ | 1300 | /* The Windows driver says: */ |
1301 | /* Switch off FireStream Retry Limit Threshold | 1301 | /* Switch off FireStream Retry Limit Threshold |