mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
iocost_monitor.py broke with recent versions of drgn due to helper being stricter about types. Fix it so that it uses the correct type. Signed-off-by: Tejun Heo <tj@kernel.org> Suggested-by: Omar Sandoval <osandov@fb.com>