From db6de3675375b6738fa13bb92118ec56efcb7ac3 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Mon, 8 Apr 2013 14:30:06 -0700 Subject: [PATCH] staging: comedi: acl7225b: remove local var in acl7225b_attach() The 'iorange' local variable is only used in the request_region() call. Remove the variable and just use the board->io_range directly. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed