Bluetooth: Remove unnecessary variable initialization
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 20 Apr 2009 05:09:16 +0000 (07:09 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 8 Jun 2009 12:50:00 +0000 (14:50 +0200)
The initial value of err is not used until it is set to -ENOMEM. So just
remove the initialization completely.

Based on a patch from Gustavo F. Padovan <gustavo@las.ic.unicamp.br>

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found