Changeset 2784 for lm-sensors/trunk/kernel/chips/matorb.c
- Timestamp:
- 12/04/04 22:18:34 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/matorb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/matorb.c
r2781 r2784 158 158 /* Register a new directory entry with module sensors */ 159 159 if ((i = i2c_register_entry(new_client, type_name, 160 matorb_dir_table_template)) < 0) { 160 matorb_dir_table_template, 161 THIS_MODULE)) < 0) { 161 162 err = i; 162 163 goto ERROR4;
