From: H Hartley Sweeten Date: Mon, 8 Apr 2013 21:30:23 +0000 (-0700) Subject: staging: comedi: acl7225b: dev->irq is already '0' X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~219 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b329827d469fc78fe464683ac38fef07735de7b0;p=pandora-kernel.git staging: comedi: acl7225b: dev->irq is already '0' This driver does not use interrupts and the dev->irq variable is already set to '0' when then (*attach) function is called. Setting it in the driver is unnecessary. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed