From: H Hartley Sweeten Date: Wed, 24 Jul 2013 21:06:58 +0000 (-0700) Subject: staging: comedi: usbdux: remove the usb_driver (*probe) noise X-Git-Tag: v3.12-rc1~183^2~597 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0daed19f21f4199fb7e4ded5fc0cddd230c655f;p=pandora-kernel.git staging: comedi: usbdux: remove the usb_driver (*probe) noise The dev_dbg() during the usb_driver (*probe) is just added noise. The dev_err() when a usb_alloc_urb() fails is not necessary. The allocation failure will have already output a message. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed