From: YOSHIFUJI Hideaki Date: Fri, 8 Mar 2013 01:42:07 +0000 (+0900) Subject: firewire net: No need to reset dev->local_fifo after failure of fw_core_add_address_h... X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~345^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5104a03d7d0ef4b0222155f2fa6902bf727b1005;p=pandora-kernel.git firewire net: No need to reset dev->local_fifo after failure of fw_core_add_address_handler(). fwnet_broadcast_start() try to register address handler at first if it was not registered yet; dev->local_fifo == FWNET_NO_FIFO_ADDR. Since dev->local_info not changed if fw_core_add_address_hander() has failed, we do not need to set dev->local_info to FWNET_NO_FIFO_ADDR. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: Stefan Richter --- Reading git-diff-tree failed