From: Dan Carpenter Date: Mon, 10 Feb 2014 15:23:50 +0000 (+0300) Subject: PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe() X-Git-Tag: v3.15-rc1~143^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357fe8576374652be3dfe1c829c3c0a4dd40c24f;p=pandora-kernel.git 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 Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed