aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2009-12-29 20:15:23 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-01-02 10:04:56 +0000
commite026255f7d0e56006a147b190ae23be95cb0a9bd (patch)
tree6bfc2be2cc917e65aedf2d18b6b3cd696974c934 /arch/arm/mach-ep93xx
parentbb6a77554935a86686039097cdda2b2a38891c78 (diff)
downloadkernel_samsung_tuna-e026255f7d0e56006a147b190ae23be95cb0a9bd.zip
kernel_samsung_tuna-e026255f7d0e56006a147b190ae23be95cb0a9bd.tar.gz
kernel_samsung_tuna-e026255f7d0e56006a147b190ae23be95cb0a9bd.tar.bz2
mtd: physmap_of: Correct the size argument to kzalloc
mtd_list has type struct mtd_info **, not struct mtd_info *, so the elements of the array should have pointer type, not structure type. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @disable sizeof_type_expr@ type T; T **x; @@ x = <+...sizeof( - T + *x )...+> // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/arm/mach-ep93xx')
0 files changed, 0 insertions, 0 deletions