commit | 14ac07856fee903879f11932e313695de8156e9c | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 14:42:52 2013 +0900 |
committer | Brian Norris <computersforpeace@gmail.com> | Sun Oct 27 16:27:07 2013 -0700 |
tree | e20ea2b069b2f99680ce787d033171ade6627a79 | |
parent | 963d1c285fdf3b9ce93b575b879c1cba4a23d958 [diff] |
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>