Explorar o código

[media] media: rc: constify struct proto_names

Declare struct proto_names and its member name as const.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Heiner Kallweit %!s(int64=9) %!d(string=hai) anos
pai
achega
53df877717
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      drivers/media/rc/rc-main.c

+ 2 - 2
drivers/media/rc/rc-main.c

@@ -777,9 +777,9 @@ static struct class rc_class = {
  * used by the sysfs protocols file. Note that the order
  * used by the sysfs protocols file. Note that the order
  * of the entries is relevant.
  * of the entries is relevant.
  */
  */
-static struct {
+static const struct {
 	u64	type;
 	u64	type;
-	char	*name;
+	const char	*name;
 	const char	*module_name;
 	const char	*module_name;
 } proto_names[] = {
 } proto_names[] = {
 	{ RC_BIT_NONE,		"none",		NULL			},
 	{ RC_BIT_NONE,		"none",		NULL			},