From: Ian Abbott Date: Tue, 8 Oct 2013 18:06:27 +0000 (+0100) Subject: staging: comedi: s626: remove a variable from set_mode_a() and _b() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffd7ab94613d2ec818b64ef8dd7f56b625e1aa2;p=pandora-kernel.git staging: comedi: s626: remove a variable from set_mode_a() and _b() The `set_mode_a()` and `set_mode_b()` functions use a local variable `setup` which is initialized to the value of parameter `Setup` which is not used further. Get rid of the local variable and rename the parameter to `setup`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed