diff options
Diffstat (limited to 'drivers/net/tsi108_eth.c')
-rw-r--r-- | drivers/net/tsi108_eth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/tsi108_eth.c b/drivers/net/tsi108_eth.c index 647cdd1d4e20..80333a4d3287 100644 --- a/drivers/net/tsi108_eth.c +++ b/drivers/net/tsi108_eth.c | |||
@@ -263,7 +263,7 @@ static inline void tsi108_write_tbi(struct tsi108_prv_data *data, | |||
263 | return; | 263 | return; |
264 | udelay(10); | 264 | udelay(10); |
265 | } | 265 | } |
266 | printk(KERN_ERR "%s function time out \n", __func__); | 266 | printk(KERN_ERR "%s function time out\n", __func__); |
267 | } | 267 | } |
268 | 268 | ||
269 | static int mii_speed(struct mii_if_info *mii) | 269 | static int mii_speed(struct mii_if_info *mii) |
@@ -1056,7 +1056,7 @@ static void tsi108_stop_ethernet(struct net_device *dev) | |||
1056 | return; | 1056 | return; |
1057 | udelay(10); | 1057 | udelay(10); |
1058 | } | 1058 | } |
1059 | printk(KERN_ERR "%s function time out \n", __func__); | 1059 | printk(KERN_ERR "%s function time out\n", __func__); |
1060 | } | 1060 | } |
1061 | 1061 | ||
1062 | static void tsi108_reset_ether(struct tsi108_prv_data * data) | 1062 | static void tsi108_reset_ether(struct tsi108_prv_data * data) |
@@ -1233,7 +1233,7 @@ static void tsi108_init_phy(struct net_device *dev) | |||
1233 | udelay(10); | 1233 | udelay(10); |
1234 | } | 1234 | } |
1235 | if (i == 0) | 1235 | if (i == 0) |
1236 | printk(KERN_ERR "%s function time out \n", __func__); | 1236 | printk(KERN_ERR "%s function time out\n", __func__); |
1237 | 1237 | ||
1238 | if (data->phy_type == TSI108_PHY_BCM54XX) { | 1238 | if (data->phy_type == TSI108_PHY_BCM54XX) { |
1239 | tsi108_write_mii(data, 0x09, 0x0300); | 1239 | tsi108_write_mii(data, 0x09, 0x0300); |