[PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array

2019-02-13 Thread David Kozub
Originally each of the opal functions that call next include opal_discovery0 in the array of steps. This is superfluous and can be done always inside next. Signed-off-by: David Kozub --- block/sed-opal.c | 75 +++- 1 file changed, 42 insertions(+), 33

[PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array

2019-01-16 Thread David Kozub
Originally each of the opal functions that call next include opal_discovery0 in the array of steps. This is superfluous and can be done always inside next. Signed-off-by: David Kozub --- block/sed-opal.c | 88 +++- 1 file changed, 42 insertions(+), 46