aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1/sbecom_inline_linux.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-05-03 12:33:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:04 -0700
commit694a98073f83ce1c14e3c0bba182bfeba5c44f01 (patch)
tree24971a9b53f5e2cb3a4cd737500c3e07496eac7e /drivers/staging/cxt1e1/sbecom_inline_linux.h
parent8566ea7c6f9660623a6f04bc73431f761dee32c7 (diff)
downloadkernel_samsung_smdk4412-694a98073f83ce1c14e3c0bba182bfeba5c44f01.zip
kernel_samsung_smdk4412-694a98073f83ce1c14e3c0bba182bfeba5c44f01.tar.gz
kernel_samsung_smdk4412-694a98073f83ce1c14e3c0bba182bfeba5c44f01.tar.bz2
Staging: staging/cxt1e1: Convert bare printks to pr_<level>
Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt A few line splits for long arguments A couple of embedded function names converted to "%s", __func__ Removed some uses of THIS_MODULE->name Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cxt1e1/sbecom_inline_linux.h')
-rw-r--r--drivers/staging/cxt1e1/sbecom_inline_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/cxt1e1/sbecom_inline_linux.h b/drivers/staging/cxt1e1/sbecom_inline_linux.h
index 44229a9..c65172d 100644
--- a/drivers/staging/cxt1e1/sbecom_inline_linux.h
+++ b/drivers/staging/cxt1e1/sbecom_inline_linux.h
@@ -94,7 +94,7 @@ pci_read_32 (u_int32_t *p)
FLUSH_PCI_READ ();
v = le32_to_cpu (*p);
if (log_level >= LOG_DEBUG)
- printk ("pci_read : %x = %x\n", (u_int32_t) p, v);
+ pr_info("pci_read : %x = %x\n", (u_int32_t) p, v);
return v;
#else
FLUSH_PCI_READ (); /* */
@@ -107,7 +107,7 @@ pci_write_32 (u_int32_t *p, u_int32_t v)
{
#ifdef FLOW_DEBUG
if (log_level >= LOG_DEBUG)
- printk ("pci_write: %x = %x\n", (u_int32_t) p, v);
+ pr_info("pci_write: %x = %x\n", (u_int32_t) p, v);
#endif
*p = cpu_to_le32 (v);
FLUSH_PCI_WRITE (); /* This routine is called from routines