Skip to content

Commit 36e08f6

Browse files
author
Chip-Kerchner
committed
One more small change.
1 parent 298bf1f commit 36e08f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic_power.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ static int cpuid(void)
195195
pvrPOWER[i].cpu_name, pvrPOWER[i].cpu_type);
196196
#endif
197197
cpu_type = pvrPOWER[i].cpu_type;
198-
return (int)(cpu_type);
198+
return (int)(cpu_type);
199199
}
200200
#endif /* C_PGI */
201201
#endif /* _AIX */

0 commit comments

Comments
 (0)