As we are initialising structure, we do not require
memset().

Signed-off-by: Rupesh Gujare <rupesh.guj...@atmel.com>
---
 drivers/staging/ozwpan/ozpd.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/ozwpan/ozpd.c b/drivers/staging/ozwpan/ozpd.c
index 06004c8..5d24af3 100644
--- a/drivers/staging/ozwpan/ozpd.c
+++ b/drivers/staging/ozwpan/ozpd.c
@@ -268,7 +268,6 @@ void oz_pd_destroy(struct oz_pd *pd)
        if (hrtimer_active(&pd->heartbeat))
                hrtimer_cancel(&pd->heartbeat);
 
-       memset(&pd->workitem, 0, sizeof(pd->workitem));
        INIT_WORK(&pd->workitem, oz_pd_free);
        ret = schedule_work(&pd->workitem);
 
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to