mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq807x: fix mailbox patch
This commit is contained in:
parent
2c6266dbf9
commit
14f0a651b7
@ -90,7 +90,7 @@ Change-Id: Ic26ee78b6f680fa0655a73d3176bae271725ab05
|
||||
|
||||
apcs = devm_kzalloc(&pdev->dev, sizeof(*apcs), GFP_KERNEL);
|
||||
if (!apcs)
|
||||
@@ -125,9 +136,10 @@ static int qcom_apcs_ipc_probe(struct pl
|
||||
@@ -125,9 +136,10 @@ ret = devm_mbox_controller_register(&pdev->dev
|
||||
return ret;
|
||||
}
|
||||
|
||||
@ -100,6 +100,6 @@ Change-Id: Ic26ee78b6f680fa0655a73d3176bae271725ab05
|
||||
apcs->clk = platform_device_register_data(&pdev->dev,
|
||||
- apcs_data->clk_name,
|
||||
+ device_id->data,
|
||||
PLATFORM_DEVID_NONE,
|
||||
PLATFORM_DEVID_AUTO,
|
||||
NULL, 0);
|
||||
if (IS_ERR(apcs->clk))
|
||||
|
Loading…
Reference in New Issue
Block a user