Show
Ignore:
Timestamp:
03/24/01 19:35:13 (11 years ago)
Author:
mds
Message:

move a couple of lines around

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/hotplug/m7101.c

    r894 r1045  
    102102static u32 acpi_io = 0xEC00;    /* Set I/O Base defaults here */ 
    103103static u32 smb_io  = 0xE800; 
    104 static int debug = 0; 
    105104MODULE_PARM(acpi_io, "l");  
    106105MODULE_PARM(smb_io, "l"); 
    107106#ifdef M7101_DEBUG 
     107static int debug = 0; 
    108108MODULE_PARM(debug, "i"); 
    109109#endif 
     
    283283                if(debug) 
    284284                { 
     285                        printk("m7101: removing device for testing\n"); 
    285286                        pci_remove_device(dev); 
    286                         printk("m7101: removing device for testing\n"); 
    287287                        m7101_inserted = 0; 
    288288                        return 0;