Skip to content

Commit

Permalink
arch/arm/mm/alignment: fix warning in alignment fixup [Jamie Iles]
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDrOiD committed May 15, 2011
1 parent 9543150 commit 3fd8f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mm/alignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ do_alignment(unsigned long addr, unsigned int fsr, struct pt_regs *regs)
handler = do_alignment_t32_to_handler(&instr, regs, &offset);
else
handler = do_alignment_ldmstm;
offset.un = 0;
break;

default:
Expand Down

0 comments on commit 3fd8f90

Please sign in to comment.