commit | 8ee26468babacd156e366e5c123fa8fb0860a44b | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue May 14 14:29:14 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 16 16:26:00 2013 -0700 |
tree | 36ff62a8b88c01aab7d1fb266577cef797febba8 | |
parent | 8f5669376dbb16ecb97618749fa3e69105eb4544 [diff] |
staging: comedi: dt9812: factor the endpoint setup out of dt9812_probe() When this driver is converted to the comedi (*auto_attach) mechanism the endpoint setup will be done during the (*auto_attach). To make the conversion cleaner, factor the endpoint setup out of the (*probe). Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>