[PATCH] staging: i2o: Use kstrdup rather than duplicating its implementation

2015-03-18 Thread Abdul Hussain S
The semantic patch that makes this change is available in scripts/coccinelle/api/kstrdup.cocci Signed-off-by: Abdul Hussain S hussain.ab...@outlook.com --- drivers/staging/i2o/memory.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/i2o/memory.c b/drivers

[PATCH] staging: fbtft: Use kmemdup rather than duplicating its implementation

2015-03-13 Thread Abdul Hussain S
The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci Signed-off-by: Abdul Hussain S hussain.ab...@outlook.com --- drivers/staging/fbtft/fbtft-sysfs.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft

[PATCH] staging: fbtft: Use kmemdup rather than duplicating its implementation

2015-03-13 Thread Abdul Hussain S
The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci Change-Id: I3ae055f5efe63acc3a71e52c1eb677ebd16e538b Signed-off-by: Abdul Hussain S hussain.ab...@outlook.com --- drivers/staging/fbtft/fbtft-sysfs.c |3 +-- 1 file changed, 1 insertion(+), 2