[PATCH 09/11] arm64: pmu: Add routines for detecting differing PMU types in the system
Jeremy Linton
jeremy.linton at arm.com
Fri Jul 1 08:28:05 PDT 2016
On 07/01/2016 08:58 AM, Punit Agrawal wrote:
(trimming)
>> + if (!pmu) {
>> + pr_warn("Unable to allocate pmu_types\n");
>
> Bail out with error if the memory can't be allocated. Otherwise, we risk
> silently failing to register a PMU type.
Reading this again, I think I misunderstood what you were saying.. Aka,
this should be pr_error() not that the error handing is failing to catch
the failure.
Anyway, I will promote this.
More information about the linux-arm-kernel
mailing list