On Thu, 2018-02-01 at 15:35 -0500, Sinan Kaya wrote: > 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. It's exactly 79 characters. What problem? -- Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Intel Finland Oy -- 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