Skip to content
Snippets Groups Projects
Commit 2c65477f authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Ingo Molnar
Browse files

perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno() call


If err == 0, pcibios_err_to_errno(err) returns 0 so the ?: construct
can be removed.

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230824132832.78705-15-ilpo.jarvinen@linux.intel.com
parent a430021f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment