Commit a569b093 authored by Federico Vaga's avatar Federico Vaga

sw:drv: remove debug print

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent daf7995a
......@@ -58,7 +58,6 @@ static const char *spec_fw_name_init_get(struct spec_dev *spec)
*/
static int spec_fw_load(struct spec_dev *spec, const char *name)
{
pr_info("%s:%d %s\n", __func__, __LINE__, name);
return compat_spec_fw_load(spec, name);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment