From: Stefan Richter Date: Sat, 27 Aug 2011 13:35:23 +0000 (+0200) Subject: firewire: sbp2: fold two functions into one X-Git-Tag: v3.2-rc1~102^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ce38f40337cf4a805552e494354d961587c838;p=pandora-kernel.git firewire: sbp2: fold two functions into one sbp2_release_target() is folded into its primary user, sbp2_remove(). The only other caller, a failure path in sbp2_probe(), now uses sbp2_remove(). This adds unnecessary cancel_delayed_work_sync() calls to that failure path but results in less code and text. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed