Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/vapier/blackfin

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin:
  Blackfin: strncpy: fix handling of zero lengths
  • Loading branch information
Linus Torvalds committed Jun 3, 2011
2 parents cb37bbd + 5ff6197 commit 39b4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/lib/strncpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

ENTRY(_strncpy)
CC = R2 == 0;
if CC JUMP 4f;
if CC JUMP 6f;

P2 = R2 ; /* size */
P0 = R0 ; /* dst*/
Expand Down

0 comments on commit 39b4a46

Please sign in to comment.