From: Axel Rasmussen Date: Tue, 4 Mar 2014 07:12:57 +0000 (-0700) Subject: drivers: staging: rtl8187se: refactor wmm_param_update X-Git-Tag: v3.15-rc1~139^2~710 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843a01f20af180d238cfcb5456e30404c2f4cc37;p=pandora-kernel.git drivers: staging: rtl8187se: refactor wmm_param_update The function rtl8180_wmm_param_update contained two blocks of code which were nearly identical. This patch combines those two blocks into a single function, to reduce code duplication, and do fix some checkpatch.pl warnings about excessively long lines due to the large number of indents that were needed for the original blocks of code. Signed-off-by: Axel Rasmussen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed