forked from MIrrors/gasket-driver
staging: gasket: core: remove registration logs
Remove logs for loading gasket drivers. Signed-off-by: Todd Poynor <toddpoynor@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Alex Van Damme
parent
7ec73c69e1
commit
f91b286952
@@ -1758,9 +1758,6 @@ int gasket_register_device(const struct gasket_driver_desc *driver_desc)
|
|||||||
}
|
}
|
||||||
mutex_unlock(&g_mutex);
|
mutex_unlock(&g_mutex);
|
||||||
|
|
||||||
pr_info("Loaded %s driver, framework version %s\n",
|
|
||||||
driver_desc->name, GASKET_FRAMEWORK_VERSION);
|
|
||||||
|
|
||||||
if (desc_idx == -1) {
|
if (desc_idx == -1) {
|
||||||
pr_err("Too many Gasket drivers loaded: %d\n",
|
pr_err("Too many Gasket drivers loaded: %d\n",
|
||||||
GASKET_FRAMEWORK_DESC_MAX);
|
GASKET_FRAMEWORK_DESC_MAX);
|
||||||
@@ -1808,7 +1805,6 @@ int gasket_register_device(const struct gasket_driver_desc *driver_desc)
|
|||||||
goto fail2;
|
goto fail2;
|
||||||
}
|
}
|
||||||
|
|
||||||
pr_info("Driver registered successfully.\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail2:
|
fail2:
|
||||||
|
|||||||
Reference in New Issue
Block a user