Hi Thomas, It looks like there is a typo with the line with 'break' - it should be semicolon there. Could you fix it, please?
Thx, Piotr > > Signed-off-by: Piotr Luc <[email protected]> > Cc: [email protected] > Cc: [email protected] > Link: http://lkml.kernel.org/r/1484918557-15481-6-git-send-email- > [email protected] > Signed-off-by: Thomas Gleixner <[email protected]> > ... > + case INTEL_FAM6_XEON_PHI_KNL: > + case INTEL_FAM6_XEON_PHI_KNM: > + break: > + default: ...

