diff options
Diffstat (limited to 'drivers/net/skfp/cfm.c')
-rw-r--r-- | drivers/net/skfp/cfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/skfp/cfm.c b/drivers/net/skfp/cfm.c index 4c8aaa762333..5310d39b5737 100644 --- a/drivers/net/skfp/cfm.c +++ b/drivers/net/skfp/cfm.c | |||
@@ -73,7 +73,7 @@ static const char * const cfm_events[] = { | |||
73 | /* | 73 | /* |
74 | * map from state to downstream port type | 74 | * map from state to downstream port type |
75 | */ | 75 | */ |
76 | static const u_char cf_to_ptype[] = { | 76 | static const unsigned char cf_to_ptype[] = { |
77 | TNONE,TNONE,TNONE,TNONE,TNONE, | 77 | TNONE,TNONE,TNONE,TNONE,TNONE, |
78 | TNONE,TB,TB,TS, | 78 | TNONE,TB,TB,TS, |
79 | TA,TB,TS,TB | 79 | TA,TB,TS,TB |