]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: designware: Remove open-coded bitmap operations
authorLucas Stach <l.stach@pengutronix.de>
Tue, 30 Sep 2014 16:36:27 +0000 (18:36 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 1 Oct 2014 18:40:21 +0000 (12:40 -0600)
commitc8df6ac9452e8f47a6f660993c526d13e858a6f3
tree283404af3b0be1e0337bbbf8266c4c249b7aa1d4
parent91f8ae823f2be0ea3863360dc9327ab573a8f183
PCI: designware: Remove open-coded bitmap operations

Replace them by using the standard kernel bitmap ops.  No functional
change, but makes the code a lot cleaner.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Pratyush Anand <pratyush.anand@st.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
drivers/pci/host/pcie-designware.c