diff options
-rw-r--r-- | arch/s390/oprofile/hwsampler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/oprofile/hwsampler.c b/arch/s390/oprofile/hwsampler.c index 33cbd373cce4..90c5a8770a99 100644 --- a/arch/s390/oprofile/hwsampler.c +++ b/arch/s390/oprofile/hwsampler.c | |||
@@ -764,7 +764,7 @@ static int worker_check_error(unsigned int cpu, int ext_params) | |||
764 | if (!sdbt || !*sdbt) | 764 | if (!sdbt || !*sdbt) |
765 | return -EINVAL; | 765 | return -EINVAL; |
766 | 766 | ||
767 | if (ext_params & EI_IEA) | 767 | if (ext_params & EI_PRA) |
768 | cb->req_alert++; | 768 | cb->req_alert++; |
769 | 769 | ||
770 | if (ext_params & EI_LSDA) | 770 | if (ext_params & EI_LSDA) |