From: Marcel Holtmann Date: Mon, 20 Apr 2009 05:09:16 +0000 (+0200) Subject: Bluetooth: Remove unnecessary variable initialization X-Git-Tag: v2.6.31-rc1~330^2~41^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d0e48e8a1fa174edf11e03dc70bd6a146b2a40;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed