msm: clock-debug: Replace use of strncpy() with safer strlcpy()

strlcpy() is safer than strncpy() because it truncates to leave
room for a NUL character at the end of the destination string.

Change-Id: Iabdd727976f220a6afddac068c8d53ede5f4fa94
Signed-off-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
1 file changed