qcacmn: Clear console log boot up error prints

Clear console log boot up error prints by removing unnecessary
prints, modifying prints to appropriate info or debug and
by fixing the errors

Change-Id: Ica3f126280399eef59b894236849e2079a62565f
CRs-Fixed: 2597026
This commit is contained in:
Surya Prakash Raajen
2020-01-05 16:07:24 +05:30
committed by nshrivas
parent 7debbac825
commit ed8ea05a7e
3 changed files with 15 additions and 17 deletions

View File

@@ -3058,8 +3058,6 @@ int qdf_print_ctrl_register(const struct category_info *cinfo,
}
}
pr_info("%s: Allocated print control object %d\n",
__func__, idx);
return idx;
}
qdf_export_symbol(qdf_print_ctrl_register);