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

Marcel Holtmann marcel at holtmann.org
Sun Sep 17 23:13:28 PDT 2006


Hi Om,

> Tested by compiling with $make allmodconfig; make
> 
> Signed off by Om Narasimhan <om.turyx at gmail.com>
> 
>  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





More information about the Kernel-janitors mailing list