From: H Hartley Sweeten Date: Thu, 23 May 2013 19:46:17 +0000 (-0700) Subject: staging: comedi: usbduxsigma: remove dev_{level} messages in submit urbs functions X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91fe97f3a34f4c13993655c241a4edc90216e74f;p=pandora-kernel.git staging: comedi: usbduxsigma: remove dev_{level} messages in submit urbs functions The usbduxsub_submit_{In,Out}URBs() functions have a couple development debug messages that are just added noise. Remove them. Also, the sanity check of 'usbduxsub', the comedi_device private data, is not necessary. The callers have already validated it. Remove the checks. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed