video: driver: use char array for printing vidc logs

Instead of formulating session_id, codec_type, domain at
each log print, used pre-formatted char array to print
the vidc logs.

Change-Id: If7a93ecb25a7b1b98ebca6f39e3990079c00b5dd
Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
Govindaraj Rajagopal
2021-02-26 20:59:25 +05:30
parent df69c42511
commit e743f5dd48
17 changed files with 203 additions and 207 deletions

View File

@@ -92,7 +92,7 @@ struct msm_vidc_inst {
void *core;
struct kref kref;
u32 session_id;
u32 sid;
u8 debug_str[24];
void *packet;
u32 packet_size;
struct v4l2_format fmts[MAX_PORT];