mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
media_module: remove mpeg12_multi run ready debug print
Change-Id: Idef7f92a0536da08aa3f71bb21db392a4bf8f3f4 Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
This commit is contained in:
@@ -2425,9 +2425,9 @@ static unsigned long run_ready(struct vdec_s *vdec, unsigned long mask)
|
||||
(parser_wr_ptr - hw->pre_parser_wr_ptr) <
|
||||
again_threshold) {
|
||||
int r = vdec_sync_input(vdec);
|
||||
debug_print(DECODE_ID(hw), PRINT_FLAG_ERROR,
|
||||
"%s buf lelvel%x\n",
|
||||
__func__, r);
|
||||
debug_print(DECODE_ID(hw), PRINT_FLAG_RUN_FLOW,
|
||||
"%s buf level%x\n",
|
||||
__func__, r);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user