Skip to content
Commit 57a42a34 authored by Josh Triplett's avatar Josh Triplett Committed by Len Brown
Browse files

turbostat: Factor out common function to open file and exit on failure



Several different functions in turbostat contain the same pattern of
opening a file and exiting on failure.  Factor out a common fopen_or_die
function for that.

Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 95aebc44
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment