commit | 44d0e48e8a1fa174edf11e03dc70bd6a146b2a40 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Mon Apr 20 07:09:16 2009 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Mon Jun 08 14:50:00 2009 +0200 |
tree | 1a783f77790a314e3d6cd3608deb57140d113357 | |
parent | 589d27464846c7cb758f93d9ee380c8ff05a161c [diff] |
Bluetooth: Remove unnecessary variable initialization 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>