Tag: c32df4e182e5bf40edde45da247318986d3cbf91

drivers/parport/share.c: use kzalloc

Author: Alexandru Gheorghiu <gheorghiuandru@gmail.com> Replaced calls to kmalloc and memset with kzalloc. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — drivers/parport/share.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   diff –git a/drivers/parport/share.c b/drivers/parport/share.c index a848e02..6a83ee1 100644 — a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -282,14 +282,13 @@ struct parport …

Continue reading