|
@@ -2001,7 +2001,7 @@ static int fec_enet_mii_init(struct platform_device *pdev)
|
|
mii_speed--;
|
|
mii_speed--;
|
|
if (mii_speed > 63) {
|
|
if (mii_speed > 63) {
|
|
dev_err(&pdev->dev,
|
|
dev_err(&pdev->dev,
|
|
- "fec clock (%lu) to fast to get right mii speed\n",
|
|
|
|
|
|
+ "fec clock (%lu) too fast to get right mii speed\n",
|
|
clk_get_rate(fep->clk_ipg));
|
|
clk_get_rate(fep->clk_ipg));
|
|
err = -EINVAL;
|
|
err = -EINVAL;
|
|
goto err_out;
|
|
goto err_out;
|
|
@@ -2947,7 +2947,7 @@ static void set_multicast_list(struct net_device *ndev)
|
|
}
|
|
}
|
|
|
|
|
|
/* only upper 6 bits (FEC_HASH_BITS) are used
|
|
/* only upper 6 bits (FEC_HASH_BITS) are used
|
|
- * which point to specific bit in he hash registers
|
|
|
|
|
|
+ * which point to specific bit in the hash registers
|
|
*/
|
|
*/
|
|
hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f;
|
|
hash = (crc >> (32 - FEC_HASH_BITS)) & 0x3f;
|
|
|
|
|