Remove a bogus printf that whines every time loading a driver module

triggers a fresh round of probing.
This commit is contained in:
Ian Lepore 2015-08-12 19:26:36 +00:00
parent 5b13e08cda
commit 303373a47d

View File

@ -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);
}