1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

MPC74xx should not fall through, to the error case.

MFC after:	1 week
This commit is contained in:
Justin Hibbits 2014-01-25 22:50:42 +00:00
parent 1fb293548d
commit e35effceaf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261173

View File

@ -147,6 +147,7 @@ pmc_md_initialize()
case MPC7455:
case MPC7457:
error = pmc_mpc7xxx_initialize(pmc_mdep);
break;
case IBM970:
case IBM970FX:
case IBM970MP: