Changeset 3792

Show
Ignore:
Timestamp:
06/03/03 01:52:41 (10 years ago)
Author:
mds
Message:

remove refcounts until we can figure out why they oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/kernel/i2c-dev.c

    r3766 r3792  
    371371        file->private_data = client; 
    372372 
     373/* 
     374  Fixme causes oops... 
    373375        __MOD_INC_USE_COUNT(client->adapter->owner); 
     376*/ 
    374377 
    375378#ifdef DEBUG 
     
    388391        client = file->private_data; 
    389392        file->private_data = NULL; 
     393/* 
     394  Fixme causes oops... 
    390395        __MOD_DEC_USE_COUNT(client->adapter->owner); 
     396*/ 
    391397        kfree(client); 
    392398#ifdef DEBUG