Remove a bogus printf that whines every time loading a driver module
triggers a fresh round of probing.
This commit is contained in:
parent
5b13e08cda
commit
303373a47d
@ -96,8 +96,6 @@ ti_scm_probe(device_t dev)
|
||||
return (ENXIO);
|
||||
|
||||
if (ti_scm_sc) {
|
||||
printf("%s: multiple SCM modules in device tree data, ignoring\n",
|
||||
__func__);
|
||||
return (EEXIST);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user