Btrfs: don't call btrfs_throttle in file write
[deliverable/linux.git] / drivers / misc / pch_phub.c
index 0e2c1819a944679f8b5ee1e13c3a5ab552281bad..10fc4785dba7dd65330a7008db87a4423a0bedd5 100644 (file)
@@ -476,7 +476,7 @@ static int pch_phub_write_gbe_mac_addr(struct pch_phub_reg *chip, u8 *data)
        int retval;
        int i;
 
-       if (chip->ioh_type == 1) /* EG20T */
+       if ((chip->ioh_type == 1) || (chip->ioh_type == 5)) /* EG20T or ML7831*/
                retval = pch_phub_gbe_serial_rom_conf(chip);
        else    /* ML7223 */
                retval = pch_phub_gbe_serial_rom_conf_mp(chip);
This page took 0.025157 seconds and 5 git commands to generate.