Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362018
b: refs/heads/master
c: ea872d7
h: refs/heads/master
v: v3
  • Loading branch information
Sergey Popovich authored and David S. Miller committed Mar 27, 2013
1 parent ebc02c0 commit f5cd742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e51cde276ca820d526c6c21cf8147df595a36bf
refs/heads/master: ea872d7712528ad991bdabb63515bc00ee10993e
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ void psched_ratecfg_precompute(struct psched_ratecfg *r, u32 rate)
u64 mult;
int shift;

r->rate_bps = rate << 3;
r->rate_bps = (u64)rate << 3;
r->shift = 0;
r->mult = 1;
/*
Expand Down

0 comments on commit f5cd742

Please sign in to comment.