forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/tools/power/x86/turbostat/turbostat.c
....@@ -5004,7 +5004,7 @@
50045004
50055005 retval = read(fd, (void *)&value, sizeof(int));
50065006 if (retval != sizeof(int)) {
5007
- warn("read %s\n", path);
5007
+ warn("read failed %s\n", path);
50085008 close(fd);
50095009 return;
50105010 }