From: Gerrit Renker Date: Sun, 25 Nov 2007 00:06:52 +0000 (-0200) Subject: [CCID2]: Replace pipe assignment-function with assignment X-Git-Tag: v2.6.25-rc1~1162^2~1344 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b21d7e9d099f1cffca08e40f292d6658a88b3c;p=pandora-kernel.git [CCID2]: Replace pipe assignment-function with assignment The function ccid2_change_pipe only does an assignment. This patch simplifies the code by replacing the function with the assignment it performs. Furthermore, the type of pipe is promoted from `signed' to unsigned (increasing the range). As a result, a BUG_ON test for negative values now becomes obsolete (for safety not removed, but replaced with a less annoying `DCCP_BUG'). Signed-off-by: Gerrit Renker Signed-off-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed