[PATCH 04/10] staging: ozwpan: Remove redundant initialization

Christoph Jaeger email at christophjaeger.info
Mon Aug 4 12:54:50 UTC 2014


Member 'ops' has already been initialized by calling cdev_init().

Signed-off-by: Christoph Jaeger <email at christophjaeger.info>
---
 drivers/staging/ozwpan/ozcdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/ozwpan/ozcdev.c b/drivers/staging/ozwpan/ozcdev.c
index 10c0a96..f82e12c 100644
--- a/drivers/staging/ozwpan/ozcdev.c
+++ b/drivers/staging/ozwpan/ozcdev.c
@@ -360,7 +360,6 @@ int oz_cdev_register(void)
 	       MAJOR(g_cdev.devnum), MINOR(g_cdev.devnum));
 	cdev_init(&g_cdev.cdev, &oz_fops);
 	g_cdev.cdev.owner = THIS_MODULE;
-	g_cdev.cdev.ops = &oz_fops;
 	spin_lock_init(&g_cdev.lock);
 	init_waitqueue_head(&g_cdev.rdq);
 	err = cdev_add(&g_cdev.cdev, g_cdev.devnum, 1);
-- 
1.9.1



More information about the devel mailing list