msm: sdio: adding null termination to a string passed to kstrtoint()

write() callback gets a buffer of raw data. In order to convert
it to integer value, this buffer should be treated as null-terminated
string, so null should be added at the end of the buffer.

Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
1 file changed