Skip to content

DMA-Proxy broken #15

@simonwaid

Description

@simonwaid

dma-proxy.c does not compile on the latest petalinux version. Some issues:

  • Line 444: should probably read return PTR_ERR(local_class_p); instead of return ERR_PTR(local_class_p)
  • Line 639: should be static void dma_proxy_remove(struct platform_device *pdev) instead of static int dma_proxy_remove(struct platform_device *pdev)
  • Line 665: No return value for void

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions