fix[kmpp_obj]: Fix log format

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: Ic91534701d1542d73005c2f62fbbdabef18adbf6
This commit is contained in:
Herman Chen 2025-10-13 14:43:08 +08:00
parent df294a0036
commit 15b2d77bfa

View file

@ -1218,7 +1218,7 @@ rk_s32 kmpp_obj_ioctl(KmppObj ctx, rk_s32 cmd, KmppObj in, KmppObj out, const ch
}
if (!impl || !impl->def) {
mpp_err("invalid ioctl ctx %px def %px failed at %s\n",
mpp_err("invalid ioctl ctx %p def %p failed at %s\n",
impl, impl ? impl->def : NULL, caller);
return rk_nok;
}