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)
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>

No differences found