]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: das16: absorb das1600_mode_detect() into caller
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 29 Jul 2013 21:05:37 +0000 (14:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:38:03 +0000 (17:38 -0700)
commitf2e92ee1af58128b554203fafbbd2ae37f694fec
treef36daf54fe3bad0d6dd3aba3c7b47e3fc5c1dde7
parentccb26aa72c9a5e7bf95ec148c734ca0821331922
staging: comedi: das16: absorb das1600_mode_detect() into caller

This function is only called during the board attach to determine the
pacer clock speed for the boards capable of bursting.

Absorb it into the caller and remove the attach noise.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das16.c