From acb165135dcf48875e44fe323aa63653785bf01c Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Fri, 1 Aug 2014 13:07:04 -0700 Subject: [PATCH] staging: comedi: amplc_dio200: remove unnecessary local variable The local variable 'irq' is not necessary in dio200_attach(). Just pass the it->options[1] value directly. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed