ieee1394: eth1394: Move common recv_init code to helper function
authorJean Delvare <khali@linux-fr.org>
Sun, 1 Apr 2007 08:06:33 +0000 (10:06 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 29 Apr 2007 22:00:30 +0000 (00:00 +0200)
commit09d7a96f5ad1019386594e2795c1f0229dd43305
treebc713f7ac6ac56bb4a40ec16b4467946775297a0
parent70093cfde8af52b0b9030d90f9004cbde38f2ff8
ieee1394: eth1394: Move common recv_init code to helper function

There is some common code between ether1394_open and ether1394_add_host
which can be moved to a separate helper function for a slightly smaller
eth1394 driver (-160 bytes on i386.)

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/eth1394.c