Changeset 3922
- Timestamp:
- 09/29/04 20:03:48 (4 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c-proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3917 r3922 22 22 i2c-pport.c: Code cleanups 23 23 Do not test lines, i2c-algo-bit already does 24 i2c-proc.c: Do not rely on procname but instead on ctl_name to determine 25 sysctl table lengths. (Louis-Martin Cote) 24 26 25 27 2.8.7 (20040611) i2c/trunk/kernel/i2c-proc.c
r3908 r3922 146 146 147 147 free_slot: 148 while (ctl_template[len]. procname)148 while (ctl_template[len].ctl_name) 149 149 len++; 150 150 tbl = kmalloc(sizeof(*tbl) + sizeof(ctl_table) * (len + 1),
