[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1511863076.git.arvind.yadav.cs@gmail.com>
Date: Tue, 28 Nov 2017 15:31:49 +0530
From: Arvind Yadav <arvind.yadav.cs@...il.com>
To: rjw@...ysocki.net, lenb@...nel.org, andy@...radead.org,
mika.westerberg@...ux.intel.com
Cc: linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: [PATCH 0/2] ACPI / PMIC: constify platform_device_id
platform_device_id are not supposed to change at runtime. All functions
working with platform_device_id provided by <linux/platform_device.h>
work with const platform_device_id. So mark the non-const structs as
const.
Arvind Yadav (2):
[PATCH 1/2] ACPI / PMIC: constify platform_device_id
[PATCH 2/2] ACPI / PMIC: Constify platform_device_id
drivers/acpi/pmic/intel_pmic_bxtwc.c | 2 +-
drivers/acpi/pmic/intel_pmic_chtwc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
Powered by blists - more mailing lists