Skip to content

Commit

Permalink
cris v32: typo in crisv32_arbiter_unwatch()?
Browse files Browse the repository at this point in the history
With id 1 the wrong bp was unwatched.

Signed-off-by: Roel Kluin <[email protected]>
Cc: Mikael Starvik <[email protected]>
Cc: Jesper Nilsson <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
RoelKluin authored and torvalds committed Mar 6, 2010
1 parent cda1c5a commit be14945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/mach-fs/arbiter.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ int crisv32_arbiter_unwatch(int id)
if (id == 0)
intr_mask.bp0 = regk_marb_no;
else if (id == 1)
intr_mask.bp2 = regk_marb_no;
intr_mask.bp1 = regk_marb_no;
else if (id == 2)
intr_mask.bp2 = regk_marb_no;
else if (id == 3)
Expand Down

0 comments on commit be14945

Please sign in to comment.