From: Neil Brown Date: Tue, 13 Sep 2005 08:25:39 +0000 (-0700) Subject: [PATCH] Code cleanups in calbacks in svcsock X-Git-Tag: v2.6.14-rc2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939bb7ef901b2537aa5b4cd819f9c1b25c6a5710;p=pandora-kernel.git [PATCH] Code cleanups in calbacks in svcsock Change a printk(KERN_WARNING to dprintk, and it is really only interesting when trying to debug a problem, and can occur normally without error. Remove various gratuitous gotos in surrounding code, and remove some type-cast assignments from inside 'if' conditionals, as that is just obscuring what it going on. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed