Changeset 1045 for lm-sensors/trunk/prog/hotplug/m7101.c
- Timestamp:
- 03/24/01 19:35:13 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/hotplug/m7101.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/hotplug/m7101.c
r894 r1045 102 102 static u32 acpi_io = 0xEC00; /* Set I/O Base defaults here */ 103 103 static u32 smb_io = 0xE800; 104 static int debug = 0;105 104 MODULE_PARM(acpi_io, "l"); 106 105 MODULE_PARM(smb_io, "l"); 107 106 #ifdef M7101_DEBUG 107 static int debug = 0; 108 108 MODULE_PARM(debug, "i"); 109 109 #endif … … 283 283 if(debug) 284 284 { 285 printk("m7101: removing device for testing\n"); 285 286 pci_remove_device(dev); 286 printk("m7101: removing device for testing\n");287 287 m7101_inserted = 0; 288 288 return 0;
