From: Ian Abbott Date: Mon, 18 Mar 2013 17:19:06 +0000 (+0000) Subject: staging: comedi: amplc_dio200: remove dio200_report_attach() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~491 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e067666acd35212e36d5361b8f64030f6b6d8283;p=pandora-kernel.git staging: comedi: amplc_dio200: remove dio200_report_attach() `dio200_report_attach()` is called from `dio200_common_attach()` to report the successful attachment of a supported board. It includes various information about the board. Replace the function with a simple acknowledgement that the attachment completed successfully. The `dio200_attach()` and `dio200_auto_attach()` functions also output an message during the attachment. Include extra information in those messages to compensate for the removal of the information output by `dio200_report_attach()`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed