hwdriver: Drop unneeded debug message.
The logs already show scan attempts per-driver, no need to also log the init per-driver, since that's always happening and cannot (normally) fail.
This commit is contained in:
parent
6ca578feb8
commit
97c2710b2c
|
@ -391,7 +391,6 @@ SR_API int sr_driver_init(struct sr_context *ctx, struct sr_dev_driver *driver)
|
|||
return SR_ERR_ARG;
|
||||
}
|
||||
|
||||
sr_spew("Initializing driver '%s'.", driver->name);
|
||||
if ((ret = driver->init(driver, ctx)) < 0)
|
||||
sr_err("Failed to initialize the driver: %d.", ret);
|
||||
|
||||
|
|
Loading…
Reference in New Issue