]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 10 Feb 2014 15:23:50 +0000 (18:23 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Feb 2014 00:31:54 +0000 (17:31 -0700)
commit357fe8576374652be3dfe1c829c3c0a4dd40c24f
tree6798457992db9aeb8b7164b9bd74e8e88bc00d5f
parentda5d727c9744e3986c54192a7fbcf10720b6534c
PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()

This is a static checker fix and I can't test it, but from the context it
definitely looks like hexadecimal 0x20 was intended here instead of decimal
20.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/cpqphp_core.c