From: H Hartley Sweeten Date: Fri, 22 Jun 2012 23:32:19 +0000 (-0700) Subject: staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk's X-Git-Tag: v3.6-rc1~100^2~615 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b88c59972db3117996913d8e74fdfe9df3ac601b;p=pandora-kernel.git staging: comedi: ni_daq_700: change the 'attach' printk's to dev_printk's Use the dev_printk() routines to output the kernel messages in the attach routine. The main 'attach' message had a level of KERN_ERR, I believe it should have been KERN_INFO. Also, move that message to the end of the attach so it only gets displayed if the attach is successful. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed