of_changeset_apply — Apply a changeset
int of_changeset_apply ( | struct of_changeset * ocs) ; |
Process each of the changeset actions then process each of the changeset notifiers for the associated actions.
Any side-effects of live tree state changes are applied here on success, like creation/destruction of devices and side-effects like creation of sysfs properties and directories.
On an error from any of the changeset actions the previously applied changeset entries are reverted. There is no check for notifier errors.