On 2/1/2018 3:20 PM, Andy Shevchenko wrote: > -void *device_get_match_data(struct device *dev) > +const void *device_get_match_data(struct device *dev) > { > - return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, > - dev); > + return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); > } I remember having a checkpatch problem here. -- Sinan Kaya Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html