microblaze: Fix strncpy_from_user macro
authorMichal Simek <michal.simek@xilinx.com>
Wed, 16 Jan 2013 17:53:22 +0000 (18:53 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 12 Feb 2013 10:24:44 +0000 (11:24 +0100)
Problem happens when len in strncpy_from_user is setup
and passing string has len-1 chars + \0 terminated
character. In this case was returned incorrect length
of the string.
It should always retunrs the length of the string
(not including the trailing NULL).

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

No differences found