lkml.org 
[lkml]   [2019]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4 05/11] soundwire: intel: update interfaces between ASoC and SoundWire
On 09-12-19, 17:55, Pierre-Louis Bossart wrote:

> @@ -138,8 +126,6 @@ static struct sdw_intel_ctx
> pdevinfo.name = "int-sdw";
> pdevinfo.id = i;
> pdevinfo.fwnode = acpi_fwnode_handle(adev);
> - pdevinfo.data = &link->res;
> - pdevinfo.size_data = sizeof(link->res);
>
> pdev = platform_device_register_full(&pdevinfo);
> if (IS_ERR(pdev)) {
> @@ -224,10 +210,8 @@ EXPORT_SYMBOL(sdw_intel_init);

This is still exported

> struct sdw_intel_res {
> + int count;
> void __iomem *mmio_base;
> int irq;
> acpi_handle handle;
> struct device *parent;
> const struct sdw_intel_ops *ops;
> - void *arg;
> + struct device *dev;
> + u32 link_mask;
> };
>
> -void *sdw_intel_init(acpi_handle *parent_handle, struct sdw_intel_res *res);

But prototype removed, so i think this is a miss in the series, can you
fix that up

--
~Vinod

\
 
 \ /
  Last update: 2019-12-11 12:43    [W:0.068 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site