parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction with strncpy
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Sun, 14 Sep 2014 16:02:12 +0000 (18:02 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 21 Sep 2014 19:07:48 +0000 (21:07 +0200)
commit94c457deff2a211f8372f69a4d7b0d288183756a
tree3c697069758c133e549a76f899ebfc6fd89cb5e2
parentfe5c873459a973e59854bd235a7e6b3eaa8e5fe0
parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction with strncpy

Using memset before strncpy just to ensure a trailing null character is
an unnecessary double writing of a string

Patch modified by Helge Deller to additionally reduce stack usage.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parisc/pdc_stable.c