powerpc/fsl-pci: fix the unreachable warning message
authorKevin Hao <haokexin@gmail.com>
Tue, 21 May 2013 12:04:59 +0000 (20:04 +0800)
committerScott Wood <scottwood@freescale.com>
Wed, 7 Aug 2013 23:38:07 +0000 (18:38 -0500)
commit2d49c42a304750c5c38c9533d48bcc3fd7f8fe61
tree721546e4f134541561432051813a1312794ab4d5
parent7d4d595dad30328bc6153e235d90f54c918fc127
powerpc/fsl-pci: fix the unreachable warning message

The (1ull << mem_log) is never greater than mem unless mem_log++;

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/fsl_pci.c