]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/most/mostcore/core.c
format-security: move static strings to const
[karo-tx-linux.git] / drivers / staging / most / mostcore / core.c
index 675b2a9e66c1725ba081c9753ff17dd4e234d53b..069269db394ce5104bc7ba263b7181bca9265a71 100644 (file)
@@ -82,7 +82,7 @@ struct most_inst_obj {
 
 static const struct {
        int most_ch_data_type;
-       char *name;
+       const char *name;
 } ch_data_type[] = {
        { MOST_CH_CONTROL, "control\n" },
        { MOST_CH_ASYNC, "async\n" },