Re: [Bluez-devel] bluetooth drivers : kmalloc to kzalloc conversion

From: Marcel Holtmann
Date: Mon Sep 18 2006 - 02:13:44 EST


Hi Om,

> Tested by compiling with $make allmodconfig; make
>
> Signed off by Om Narasimhan <om.turyx@xxxxxxxxx>
>
> drivers/bluetooth/bfusb.c | 2 +-
> drivers/bluetooth/hci_usb.c | 11 +++++------
> 2 files changed, 6 insertions(+), 7 deletions(-)

the kzalloc is suppose to replace a kmalloc followed by a memset
operation. It is not the case for these changes and so these changes
make no sense.

Regards

Marcel


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/