On Fri, Dec 25, 2015 at 03:09:18PM -0700, Toshi Kani wrote: > I/O resource descriptor, 'desc' added to struct resource, needs > to be initialized to zero by default. Some drivers call kmalloc() > to allocate a resource entry, but does not initialize it to zero > by memset(). Change these drivers to call kzalloc(), instead. > > Cc: linux-acpi@xxxxxxxxxxxxxxx > Cc: linux-parisc@xxxxxxxxxxxxxxx > Cc: linux-sh@xxxxxxxxxxxxxxx > Signed-off-by: Toshi Kani <toshi.kani@xxxxxxx> > --- > drivers/acpi/acpi_platform.c | 2 +- > drivers/parisc/eisa_enumerator.c | 4 ++-- > drivers/rapidio/rio.c | 8 ++++---- > drivers/sh/superhyway/superhyway.c | 2 +- > 4 files changed, 8 insertions(+), 8 deletions(-) drivers/sh/ portion: Acked-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html