misc: rtsx: Remove unnecessary rts5249_set_aspm(), rts5260_set_aspm()
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 21 May 2020 18:05:45 +0000 (13:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 07:38:14 +0000 (09:38 +0200)
commit709b41b56a16a5901a89dcaeb75d2233f80d9e55
tree69777ff0154011b5d8829874bc9ca4b6c7b22c2e
parent05ffe36a092935bf50d573842ce62c9ad9893005
misc: rtsx: Remove unnecessary rts5249_set_aspm(), rts5260_set_aspm()

rts5249_set_aspm() and rts5260_set_aspm() do nothing more than the default
rtsx_comm_set_aspm() does, so remove them and use the default.  No
functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20200521180545.1159896-7-helgaas@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cardreader/rts5249.c
drivers/misc/cardreader/rts5260.c