mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
linux (Allwinner): rebase patches for 5.10.137-rc1
This commit is contained in:
parent
5504109d33
commit
b54d9b9f44
@ -55,13 +55,13 @@ Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|||||||
|
|
||||||
static int scpi_remove(struct platform_device *pdev)
|
static int scpi_remove(struct platform_device *pdev)
|
||||||
@@ -903,6 +909,7 @@ static int scpi_probe(struct platform_de
|
@@ -903,6 +909,7 @@ static int scpi_probe(struct platform_de
|
||||||
struct resource res;
|
|
||||||
struct device *dev = &pdev->dev;
|
struct device *dev = &pdev->dev;
|
||||||
struct device_node *np = dev->of_node;
|
struct device_node *np = dev->of_node;
|
||||||
|
struct scpi_drvinfo *scpi_drvinfo;
|
||||||
+ bool use_mbox_names = false;
|
+ bool use_mbox_names = false;
|
||||||
|
|
||||||
scpi_info = devm_kzalloc(dev, sizeof(*scpi_info), GFP_KERNEL);
|
scpi_drvinfo = devm_kzalloc(dev, sizeof(*scpi_drvinfo), GFP_KERNEL);
|
||||||
if (!scpi_info)
|
if (!scpi_drvinfo)
|
||||||
@@ -916,6 +923,14 @@ static int scpi_probe(struct platform_de
|
@@ -916,6 +923,14 @@ static int scpi_probe(struct platform_de
|
||||||
dev_err(dev, "no mboxes property in '%pOF'\n", np);
|
dev_err(dev, "no mboxes property in '%pOF'\n", np);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user