Searched hist:"14 ac0785" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/maps/ |
H A D | plat-ram.c | 14ac0785 Mon Sep 09 00:42:52 CDT 2013 Jingoo Han <jg1.han@samsung.com> mtd: plat-ram: Remove casting the return value which is a void pointer
Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language.
Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> 14ac0785 Mon Sep 09 00:42:52 CDT 2013 Jingoo Han <jg1.han@samsung.com> mtd: plat-ram: Remove casting the return value which is a void pointer Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
|