mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
Fixed the reset format error
Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
This commit is contained in:
@@ -666,7 +666,7 @@ int reset_control_deassert(FAR struct reset_control *rstc)
|
|||||||
* that it handles self-deasserting reset lines via .reset(). In that
|
* that it handles self-deasserting reset lines via .reset(). In that
|
||||||
* case, the reset lines are deasserted by default. If that is not the
|
* case, the reset lines are deasserted by default. If that is not the
|
||||||
* case, the reset controller driver should implement .deassert() and
|
* case, the reset controller driver should implement .deassert() and
|
||||||
* return -ENOTSUPP.
|
* return -ENOTSUP.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!rstc->rcdev->ops->deassert)
|
if (!rstc->rcdev->ops->deassert)
|
||||||
|
|||||||
Reference in New Issue
Block a user