From: Jeff Dike Date: Fri, 20 May 2005 20:59:09 +0000 (-0700) Subject: [PATCH] uml: multicast driver cleanup X-Git-Tag: v2.6.12-rc5~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c00c31fc0f003363773121a0ac6f4e5b128e879;p=pandora-kernel.git [PATCH] uml: multicast driver cleanup Byte-swapping of the port and IP address passed in to the multicast driver by the user used to happen in different places, which was a bug in itself. The port also was swapped before being printk-ed, which led to a misleading message. This patch moves the port swapping to the same place as the IP address swapping. It also cleans up the error paths of mcast_open. Signed-off-by: Jeff Dike Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed