Merge "video: driver: Enable firmware error and fatal logs by default"

Este commit está contenido en:
qctecmdr
2021-07-16 18:41:51 -07:00
cometido por Gerrit - the friendly Code Review server

Ver fichero

@@ -16,7 +16,7 @@ extern struct msm_vidc_core *g_core;
#define MAX_SSR_STRING_LEN 64
#define MAX_DEBUG_LEVEL_STRING_LEN 15
unsigned int msm_vidc_debug = VIDC_ERR | VIDC_PRINTK | FW_ERROR | FW_FATAL;
unsigned int msm_vidc_debug = VIDC_ERR | VIDC_PRINTK | FW_ERROR | FW_FATAL | FW_PRINTK;
static int debug_level_set(const char *val,
const struct kernel_param *kp)