Skip to content

Commit 39b4a46

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: Blackfin: strncpy: fix handling of zero lengths
2 parents cb37bbd + 5ff6197 commit 39b4a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/blackfin/lib/strncpy.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
ENTRY(_strncpy)
2727
CC = R2 == 0;
28-
if CC JUMP 4f;
28+
if CC JUMP 6f;
2929

3030
P2 = R2 ; /* size */
3131
P0 = R0 ; /* dst*/

0 commit comments

Comments
 (0)