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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user