NAMES_MAX
light->name = kstrndup(conf.name, NAMES_MAX, GFP_KERNEL);
channel->color_name = kstrndup(conf.color_name, NAMES_MAX, GFP_KERNEL);
channel->mode_name = kstrndup(conf.mode_name, NAMES_MAX, GFP_KERNEL);