From: H Hartley Sweeten Date: Mon, 10 Feb 2014 22:20:31 +0000 (-0700) Subject: staging: comedi: adl_pci9111: trigger sources are validated in (*do_cmdtest) X-Git-Tag: v3.15-rc1~139^2~1058 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb73fc99bd2a071800e64e985ed464763b9a8d75;p=pandora-kernel.git staging: comedi: adl_pci9111: trigger sources are validated in (*do_cmdtest) The trigger sources were already validataed in the (*do_cmdtest) before the (*do_cmd) is called. Refactor the code in pci9111_ai_do_cmd() to use if/else instead of the switch since the default cases can never be reached. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed