commit | ce4a37f7c93e9b12ac1452bedd823d73c43c0e63 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Tue Nov 09 00:09:02 2010 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Dec 03 16:29:22 2010 +0000 |
tree | 0f3091f486aad013006fbc8ed49fcd6813fa4fa3 | |
parent | 65ab220c30bc2120eaa39753cadec68616e3f906 [diff] |
mtd: remove unnecessary casts of void ptr returning alloc function return values The [vk][cmz]alloc(_node) family of functions return void pointers which it's completely unnecessary/pointless to cast to other pointer types since that happens implicitly. This patch removes such casts from drivers/mtd/ Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>