Skip to content
Snippets Groups Projects
Commit af9ab791 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: pciehp: Move Attention & Power Indicator support tests to accessors


Previously, the caller checked ATTN_LED() or PWR_LED() to see whether the
slot has indicators before setting the indicator state.  That clutters the
caller unnecessarily, so this moves the test inside the callees.  The test
may not even be necessary; per spec it should be harmless to try to turn on
a non-existent LED.  But checking first does avoid unnecessary hotplug
commands.

No functional change.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent e7b4f0d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment