diff options
Diffstat (limited to 'drivers/net/skfp/fplustm.c')
-rw-r--r-- | drivers/net/skfp/fplustm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skfp/fplustm.c b/drivers/net/skfp/fplustm.c index 6028bbb3b28a..9d8d1ac48176 100644 --- a/drivers/net/skfp/fplustm.c +++ b/drivers/net/skfp/fplustm.c | |||
@@ -1352,7 +1352,7 @@ void rtm_set_timer(struct s_smc *smc) | |||
1352 | /* | 1352 | /* |
1353 | * MIB timer and hardware timer have the same resolution of 80nS | 1353 | * MIB timer and hardware timer have the same resolution of 80nS |
1354 | */ | 1354 | */ |
1355 | DB_RMT("RMT: setting new fddiPATHT_Rmode, t = %d ns \n", | 1355 | DB_RMT("RMT: setting new fddiPATHT_Rmode, t = %d ns\n", |
1356 | (int) smc->mib.a[PATH0].fddiPATHT_Rmode,0) ; | 1356 | (int) smc->mib.a[PATH0].fddiPATHT_Rmode,0) ; |
1357 | outpd(ADDR(B2_RTM_INI),smc->mib.a[PATH0].fddiPATHT_Rmode) ; | 1357 | outpd(ADDR(B2_RTM_INI),smc->mib.a[PATH0].fddiPATHT_Rmode) ; |
1358 | } | 1358 | } |