Hello! On 08/13/2017 02:12 PM, Arvind Yadav wrote:
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. Signed-off-by: Arvind Yadav <[email protected]>
Acked-by: Sergei Shtylyov <[email protected]> though it seems too late as DaveM has taken the series... [...] MBR, Sergei

