[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1158560008.30486.12.camel@localhost>
Date: Mon, 18 Sep 2006 08:13:28 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: BlueZ development <bluez-devel@...ts.sourceforge.net>
Cc: linux-kernel@...r.kernel.org, kernel-janitors@...ts.osdl.org,
bluez-devel@...ts.sf.net
Subject: Re: [Bluez-devel] bluetooth drivers : kmalloc to kzalloc conversion
Hi Om,
> Tested by compiling with $make allmodconfig; make
>
> Signed off by Om Narasimhan <om.turyx@...il.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists