Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / sysdev / mv64x60_dev.c
index feaee402e2d6ff6e43dbb9c4d9dd3c10b05c72d1..0f6af41ebb448a5630d67ec2fc13303a5712e56a 100644 (file)
@@ -346,7 +346,7 @@ static int __init mv64x60_i2c_device_setup(struct device_node *np, int id)
        if (prop)
                pdata.freq_m = *prop;
 
-       pdata.freq_m = 3;       /* default */
+       pdata.freq_n = 3;       /* default */
        prop = of_get_property(np, "freq_n", NULL);
        if (prop)
                pdata.freq_n = *prop;