[PATCH 16/22] pm8001: Fix invalid success return when request_irq() failed

2014-02-04 Thread Alexander Gordeev
When enabling MSI-X if a call to request_irq() failed pm8001_setup_msix() still returns success. This udate fixes the described misbehaviour. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: xjtu...@gmail.com Cc: lindar_...@usish.com Cc: linux-scsi@vger.kernel.org Cc:

Re: [PATCH 16/22] pm8001: Fix invalid success return when request_irq() failed

2014-02-04 Thread Jack Wang
On 02/04/2014 12:17 PM, Alexander Gordeev wrote: When enabling MSI-X if a call to request_irq() failed pm8001_setup_msix() still returns success. This udate fixes the described misbehaviour. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: xjtu...@gmail.com Cc: lindar_...@usish.com