mirror of
https://github.com/tsukumijima/px4_drv.git
synced 2025-07-23 04:03:01 +02:00
driver: c64eb24
の Linux版
This commit is contained in:
@@ -962,6 +962,10 @@ int isdb2056_device_init(struct isdb2056_device *isdb2056, struct device *dev,
|
||||
if (ret)
|
||||
goto fail_bridge;
|
||||
|
||||
ret = it930x_raise(it930x);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
||||
ret = isdb2056_device_load_config(isdb2056, &chrdev_config);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
@@ -1243,6 +1243,10 @@ int px4_device_init(struct px4_device *px4, struct device *dev,
|
||||
if (ret)
|
||||
goto fail_bridge;
|
||||
|
||||
ret = it930x_raise(it930x);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
||||
ret = px4_device_load_config(px4, chrdev_config);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
@@ -1000,6 +1000,10 @@ int pxmlt_device_init(struct pxmlt_device *pxmlt, struct device *dev,
|
||||
if (ret)
|
||||
goto fail_bridge;
|
||||
|
||||
ret = it930x_raise(it930x);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
||||
ret = pxmlt_device_load_config(pxmlt, model, chrdev_config);
|
||||
if (ret)
|
||||
goto fail_device;
|
||||
|
Reference in New Issue
Block a user