[PATCH v3 0/2] reset: Make optional functions really optional.

2017-01-12 Thread Ramiro Oliveira
v3: - Improve description of changes ocurring in the patchset - Add 2 new return errors. v2: - Make some comments more explicit - Add optional flag to reduce code duplication - Change shared flag from int to bool to match optional flag Up until now optional functions in the reset API were

[PATCH v3 0/2] reset: Make optional functions really optional.

2017-01-12 Thread Ramiro Oliveira
v3: - Improve description of changes ocurring in the patchset - Add 2 new return errors. v2: - Make some comments more explicit - Add optional flag to reduce code duplication - Change shared flag from int to bool to match optional flag Up until now optional functions in the reset API were