OSDN Git Service

staging: comedi: pcl816: remove unnecessary 'dev->irq' check
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 19 Feb 2014 17:11:29 +0000 (10:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2014 20:39:38 +0000 (12:39 -0800)
commitbf6e48e87c6df4a0a409d0bb7017095aa8da1504
tree0a4f6b364484cc88abfcc62da4f9ed5d94afb2d3
parent94349cb9cb540ef3351b691a675821a220fda1d0
staging: comedi: pcl816: remove unnecessary 'dev->irq' check

If the dev->irq is not valid the interrupt function will not be hooked
up during the attach. Remove the unnecessary check.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcl816.c