commit | 27e5f25b917b4d388ffba8dbfae4952834d48e49 | [log] [tgz] |
---|---|---|
author | Henry Tieman <henry.w.tieman@intel.com> | Tue Nov 08 13:05:06 2016 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Dec 02 23:13:33 2016 -0800 |
tree | d3683754145f61b8eb73715c7ead47ad7eb82139 | |
parent | 47d2a5d8279dcdcaec2c67b3d2c72cfa62979c58 [diff] |
i40e: Remove unreachable code The code at the end of i40e_read_phy_register_clause22() contained unreachable code and redundant control statements. This change removes the unreachable code. And deletes the redundant goto statement and if statement. Change-ID: I713032b1585396f40f903cbcfdea987abd874400 Signed-off-by: Henry Tieman <henry.w.tieman@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>