Re: [PATCH v4 34/43] hpsa: fix try_soft_reset error handling

2015-04-17 Thread Tomas Henzl
On 04/16/2015 03:49 PM, Don Brace wrote: > From: Robert Elliott > > If registering the special interrupt handlers in hpsa_init_one > before a soft reset fails, the error exit needs to deallocate > everything that was allocated before. > > Reviewed-by: Scott Teel > Reviewed-by: Kevin Barnett > Si

Re: [PATCH v4 34/43] hpsa: fix try_soft_reset error handling

2015-04-17 Thread Hannes Reinecke
On 04/16/2015 03:49 PM, Don Brace wrote: > From: Robert Elliott > > If registering the special interrupt handlers in hpsa_init_one > before a soft reset fails, the error exit needs to deallocate > everything that was allocated before. > > Reviewed-by: Scott Teel > Reviewed-by: Kevin Barnett >

[PATCH v4 34/43] hpsa: fix try_soft_reset error handling

2015-04-16 Thread Don Brace
From: Robert Elliott If registering the special interrupt handlers in hpsa_init_one before a soft reset fails, the error exit needs to deallocate everything that was allocated before. Reviewed-by: Scott Teel Reviewed-by: Kevin Barnett Signed-off-by: Robert Elliott Signed-off-by: Don Brace --