patch-2.4.0-test9 linux/drivers/pci/proc.c
Next file: linux/drivers/pci/quirks.c
Previous file: linux/drivers/pci/pci.ids
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Sep 18 17:36:14 2000
- Orig file:
v2.4.0-test8/linux/drivers/pci/proc.c
- Orig date:
Mon Aug 21 09:07:15 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/pci/proc.c linux/drivers/pci/proc.c
@@ -46,8 +46,8 @@
const struct inode *ino = file->f_dentry->d_inode;
const struct proc_dir_entry *dp = ino->u.generic_ip;
struct pci_dev *dev = dp->data;
- int pos = *ppos;
- int cnt, size;
+ unsigned int pos = *ppos;
+ unsigned int cnt, size;
/*
* Normal users can read only the standardized portion of the
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)