Skip to content
Commit 229f5afd authored by vignesh babu's avatar vignesh babu Committed by Greg Kroah-Hartman
Browse files

PCI: is_power_of_2 in drivers/pci/pci.c



Replacing n & (n - 1) for power of 2 check by is_power_of_2(n)

Signed-off-by: default avatarvignesh babu <vignesh.babu@wipro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 40730d10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment