Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh: perf events: Fix up uninitialized variable warning.
'config' can be unintialized, and although it's not really an error, it still manages to trigger the -Werror with certain toolchains. Initialize it early to shut up gcc. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
- Loading branch information