commit | 1de9e46c21298f85820e004bce103858bc9c9dcb | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Jan 16 18:53:22 2013 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Feb 12 11:24:44 2013 +0100 |
tree | 5a2b898aceffc2b8d61d5227a4238563a177783b | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 [diff] |
microblaze: Fix strncpy_from_user macro 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>