[Nouveau] [PATCH v2 2/5] nouveau_hwmon: Add nouveau_hwmon_ops structure with .is_visible/.read_string

Ilia Mirkin imirkin at alum.mit.edu
Wed Apr 19 18:19:37 UTC 2017


On Mon, Apr 17, 2017 at 3:47 AM, Oscar Salvador
<osalvador.vilardaga at gmail.com> wrote:
> +static char *input_label = "GPU core";

This needs to be static const char input_label[] = "GPU core";

or at least static const char *const input_label = "GPU core";

  -ilia


More information about the Nouveau mailing list