Loading msm/sde_dbg_evtlog.c +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ void sde_evtlog_log(struct sde_dbg_evtlog *evtlog, const char *name, int line, log->line = line; log->data_cnt = 0; log->pid = current->pid; log->cpu = current->cpu; log->cpu = raw_smp_processor_id(); va_start(args, flag); for (i = 0; i < SDE_EVTLOG_MAX_DATA; i++) { Loading Loading
msm/sde_dbg_evtlog.c +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ void sde_evtlog_log(struct sde_dbg_evtlog *evtlog, const char *name, int line, log->line = line; log->data_cnt = 0; log->pid = current->pid; log->cpu = current->cpu; log->cpu = raw_smp_processor_id(); va_start(args, flag); for (i = 0; i < SDE_EVTLOG_MAX_DATA; i++) { Loading