Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72206
b: refs/heads/master
c: 2298a1d
h: refs/heads/master
v: v3
  • Loading branch information
Alejandro Martinez Ruiz authored and Haavard Skinnemoen committed Oct 23, 2007
1 parent 5e0e451 commit b43b7df
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: eaf5f925a31973e2fdc50c785665b90ff444eceb
refs/heads/master: 2298a1dd819213802b8a7f955f9b382f5e92127a
2 changes: 1 addition & 1 deletion trunk/arch/avr32/mach-at32ap/time-tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int avr32_timer_calc_div_and_set_jiffies(struct clk *pclk)
{
unsigned int cycles_max = (clocksource_avr32.mask + 1) / 2;
unsigned int divs[] = { 4, 8, 16, 32 };
int divs_size = sizeof(divs) / sizeof(*divs);
int divs_size = ARRAY_SIZE(divs);
int i = 0;
unsigned long count_hz;
unsigned long shift;
Expand Down

0 comments on commit b43b7df

Please sign in to comment.