]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] iseries: Fix a compiler warning in platforms/iseries/vpdinfo.c
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 13 Jul 2006 07:54:44 +0000 (17:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Jul 2006 08:43:12 +0000 (18:43 +1000)
commit463c61928c453c2998d39b683c86385ee877c289
tree86d2cb6885f8e7d2e0a1b20bfa972519f9c73cf8
parentf357b4cc5826ae55a5f3893424502cb15c6b6eba
[POWERPC] iseries: Fix a compiler warning in platforms/iseries/vpdinfo.c

PhbId might be used unitialised, so set it to 0xff (nothing) always.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/platforms/iseries/vpdinfo.c