summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/ozcdev.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-23 13:44:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 14:34:52 -0700
commit30f1e5a9abd5ea83a19e8efd71089d4204e21bd4 (patch)
treeda2fa409a7490fe43812b9820fac84af88a65462 /drivers/staging/ozwpan/ozcdev.c
parent277bef860c1bdb631c4cae385838bddd65459c07 (diff)
downloadop-kernel-dev-30f1e5a9abd5ea83a19e8efd71089d4204e21bd4.zip
op-kernel-dev-30f1e5a9abd5ea83a19e8efd71089d4204e21bd4.tar.gz
staging: ozwpan: Remove extra debug logs.
Remove unnecessary debug logs. Most of these logs print function name at the start of function, which are not really required. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan/ozcdev.c')
-rw-r--r--drivers/staging/ozwpan/ozcdev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/ozwpan/ozcdev.c b/drivers/staging/ozwpan/ozcdev.c
index 374fdc3..284c26d 100644
--- a/drivers/staging/ozwpan/ozcdev.c
+++ b/drivers/staging/ozwpan/ozcdev.c
@@ -73,7 +73,6 @@ static void oz_cdev_release_ctx(struct oz_serial_ctx *ctx)
static int oz_cdev_open(struct inode *inode, struct file *filp)
{
struct oz_cdev *dev;
- oz_trace("oz_cdev_open()\n");
oz_trace("major = %d minor = %d\n", imajor(inode), iminor(inode));
dev = container_of(inode->i_cdev, struct oz_cdev, cdev);
filp->private_data = dev;
@@ -84,7 +83,6 @@ static int oz_cdev_open(struct inode *inode, struct file *filp)
*/
static int oz_cdev_release(struct inode *inode, struct file *filp)
{
- oz_trace("oz_cdev_release()\n");
return 0;
}
/*------------------------------------------------------------------------------
OpenPOWER on IntegriCloud