aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/perf_event.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/kernel/perf_event.c b/arch/sh/kernel/perf_event.c
index 4449f0ac9bf8..7ff0943e7a08 100644
--- a/arch/sh/kernel/perf_event.c
+++ b/arch/sh/kernel/perf_event.c
@@ -103,7 +103,7 @@ static int __hw_perf_event_init(struct perf_event *event)
103{ 103{
104 struct perf_event_attr *attr = &event->attr; 104 struct perf_event_attr *attr = &event->attr;
105 struct hw_perf_event *hwc = &event->hw; 105 struct hw_perf_event *hwc = &event->hw;
106 int config; 106 int config = -1;
107 int err; 107 int err;
108 108
109 if (!sh_pmu_initialized()) 109 if (!sh_pmu_initialized())
@@ -155,8 +155,6 @@ static int __hw_perf_event_init(struct perf_event *event)
155 155
156 config = sh_pmu->event_map(attr->config); 156 config = sh_pmu->event_map(attr->config);
157 break; 157 break;
158 default:
159 return -EINVAL;
160 } 158 }
161 159
162 if (config == -1) 160 if (config == -1)