replace custom logging macros with standard ones
replace DBG(...) with pr_debug(...) replace MSG(...) with pr_info(...) replace ERR(...) with pr_err(...) and remove unused DBG, MSG, ERR macros
Please register or sign in to comment
replace DBG(...) with pr_debug(...) replace MSG(...) with pr_info(...) replace ERR(...) with pr_err(...) and remove unused DBG, MSG, ERR macros