]> Pileus Git - ~andy/linux/commit
staging: comedi: cb_pcidda: fix error test in cb_pcidda_attach_pci()
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 24 Oct 2012 23:28:36 +0000 (16:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 02:35:37 +0000 (19:35 -0700)
commitff331f7d9089a1917bf21d41110b0b182e74c766
tree9d7b1ba2b9c67e220979a3a0d8ceff54c35103c5
parent23249ea2308a962517cc299955de415aad9db0ec
staging: comedi: cb_pcidda: fix error test in cb_pcidda_attach_pci()

As pointed out by Fengguang Wu, the error test after finding the
boardinfo should be testing for (!thisboard).

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidda.c