Re: [PATCHv2 1/2] super1: ignore failfast flag for setting device role

2017-03-28 Thread jes . sorensen
Gioh Kim writes: > There is corner case for setting device role, > if new device has failfast flag. > The failfast flag should be ignored. > > Signed-off-by: Gioh Kim > Signed-off-by: Jack Wang > --- >

Re: [PATCHv2 1/2] super1: ignore failfast flag for setting device role

2017-03-28 Thread jes . sorensen
Gioh Kim writes: > There is corner case for setting device role, > if new device has failfast flag. > The failfast flag should be ignored. > > Signed-off-by: Gioh Kim > Signed-off-by: Jack Wang > --- > super1.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) Applied! Ideally

[PATCHv2 1/2] super1: ignore failfast flag for setting device role

2017-03-20 Thread Gioh Kim
There is corner case for setting device role, if new device has failfast flag. The failfast flag should be ignored. Signed-off-by: Gioh Kim Signed-off-by: Jack Wang --- super1.c | 8 +--- 1 file changed, 5 insertions(+), 3

[PATCHv2 1/2] super1: ignore failfast flag for setting device role

2017-03-20 Thread Gioh Kim
There is corner case for setting device role, if new device has failfast flag. The failfast flag should be ignored. Signed-off-by: Gioh Kim Signed-off-by: Jack Wang --- super1.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/super1.c b/super1.c index