1.去除一些log
This commit is contained in:
parent
b2383aaaf1
commit
8a79e0d880
|
@ -601,7 +601,7 @@ BOOL sf_load_ko(void)
|
|||
|
||||
usb_drivers = usb_host_drivers;
|
||||
//printf("[%s:%d] s\n", __FUNCTION__, __LINE__);
|
||||
MLOGI("sf_load_ko start --.\n");
|
||||
//MLOGI("sf_load_ko start --.\n");
|
||||
while(usb_drivers[cnt++])
|
||||
{
|
||||
}
|
||||
|
@ -612,7 +612,7 @@ BOOL sf_load_ko(void)
|
|||
|
||||
if(driver_path){
|
||||
snprintf(cmd, sizeof(cmd), "insmod %s/%s", driver_path_prefix, driver_path);
|
||||
MLOGI("[%s:%d] %s\n", __FUNCTION__, __LINE__, cmd);
|
||||
//MLOGI("[%s:%d] %s\n", __FUNCTION__, __LINE__, cmd);
|
||||
ret = system(cmd);
|
||||
if(0 != ret)
|
||||
{
|
||||
|
@ -620,7 +620,7 @@ BOOL sf_load_ko(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
MLOGI("sf_load_ko finsihed.\n");
|
||||
//MLOGI("sf_load_ko finsihed.\n");
|
||||
//printf("[%s:%d] e\n", __FUNCTION__, __LINE__);
|
||||
return ret2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user