public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Arvind Yadav <arvind.yadav.cs@gmail•com>
To: isdn@linux-pingi•de, davem@davemloft•net,
	stephen@networkplumber•org, johannes.berg@intel•com
Cc: linux-kernel@vger•kernel.org, netdev@vger•kernel.org
Subject: [PATCH 00/12] isdn: hisax: Fix pnp_irq's error checking
Date: Thu, 16 Nov 2017 09:57:17 +0530	[thread overview]
Message-ID: <cover.1510805781.git.arvind.yadav.cs@gmail.com> (raw)

The pnp_irq() function returns -1 if an error occurs.
pnp_irq() error checking for zero is not correct.

Arvind Yadav (12):
  [PATCH 01/12] isdn: hisax: Fix pnp_irq's error checking for setup_asuscom
  [PATCH 02/12] isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup
  [PATCH 03/12] isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp
  [PATCH 04/12] isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp
  [PATCH 05/12] isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx
  [PATCH 06/12] isdn: hisax: Fix pnp_irq's error checking for setup_hfcs
  [PATCH 07/12] isdn: hisax: Handle return value of pnp_irq and pnp_port_start
  [PATCH 08/12] isdn: hisax: Fix pnp_irq's error checking for setup_isurf
  [PATCH 09/12] isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro
  [PATCH 10/12] isdn: hisax: Fix pnp_irq's error checking for setup_niccy
  [PATCH 11/12] isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp
  [PATCH 12/12] isdn: hisax: Fix pnp_irq's error checking for setup_teles3

 drivers/isdn/hisax/asuscom.c        | 2 +-
 drivers/isdn/hisax/avm_pci.c        | 2 +-
 drivers/isdn/hisax/diva.c           | 2 +-
 drivers/isdn/hisax/elsa.c           | 2 +-
 drivers/isdn/hisax/hfc_sx.c         | 2 +-
 drivers/isdn/hisax/hfcscard.c       | 2 +-
 drivers/isdn/hisax/hisax_fcpcipnp.c | 2 ++
 drivers/isdn/hisax/isurf.c          | 2 +-
 drivers/isdn/hisax/ix1_micro.c      | 2 +-
 drivers/isdn/hisax/niccy.c          | 2 +-
 drivers/isdn/hisax/sedlbauer.c      | 2 +-
 drivers/isdn/hisax/teles3.c         | 2 +-
 12 files changed, 13 insertions(+), 11 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-11-16  4:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16  4:27 Arvind Yadav [this message]
2017-11-16  4:27 ` [PATCH 01/12] isdn: hisax: Fix pnp_irq's error checking for setup_asuscom Arvind Yadav
2017-11-16  4:27 ` [PATCH 02/12] isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup Arvind Yadav
2017-11-16  4:27 ` [PATCH 03/12] isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp Arvind Yadav
2017-11-16  4:27 ` [PATCH 04/12] isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp Arvind Yadav
2017-11-16  4:27 ` [PATCH 05/12] isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx Arvind Yadav
2017-11-16  4:27 ` [PATCH 06/12] isdn: hisax: Fix pnp_irq's error checking for setup_hfcs Arvind Yadav
2017-11-16  4:27 ` [PATCH 07/12] isdn: hisax: Handle return value of pnp_irq and pnp_port_start Arvind Yadav
2017-11-16  4:27 ` [PATCH 08/12] isdn: hisax: Fix pnp_irq's error checking for setup_isurf Arvind Yadav
2017-11-16  4:27 ` [PATCH 09/12] isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro Arvind Yadav
2017-11-16  4:27 ` [PATCH 10/12] isdn: hisax: Fix pnp_irq's error checking for setup_niccy Arvind Yadav
2017-11-16  4:27 ` [PATCH 11/12] isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp Arvind Yadav
2017-11-16  4:27 ` [PATCH 12/12] isdn: hisax: Fix pnp_irq's error checking for setup_teles3 Arvind Yadav
2017-11-16 13:32 ` [PATCH 00/12] isdn: hisax: Fix pnp_irq's error checking David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1510805781.git.arvind.yadav.cs@gmail.com \
    --to=arvind.yadav.cs@gmail$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=isdn@linux-pingi$(echo .)de \
    --cc=johannes.berg@intel$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=stephen@networkplumber$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox