From: Greg Kroah-Hartman Date: Sat, 28 Sep 2013 20:01:59 +0000 (-0700) Subject: serial: 8250_pci: clean up printk() calls X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~63^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8c5b8debb04633170ab4c95143dbcdd941cfa8;p=pandora-kernel.git serial: 8250_pci: clean up printk() calls Move the printk() calls to to dev_*() instead, to tie into the dynamic debugging infrastructure. Also change some "raw" printk() calls to dev_err() to provide a better error message to userspace so it can properly identify the device and not just have to guess. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed