From: Larry Finger Date: Tue, 27 Nov 2007 20:51:39 +0000 (+0100) Subject: rt2x00: Remove redundant code in rfkill setup X-Git-Tag: v2.6.25-rc1~1162^2~511 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8a4da17ea2c8467f88a586ae1d6fcfe2c66222;p=pandora-kernel.git rt2x00: Remove redundant code in rfkill setup In rt2x00rfkill.c, routine input_allocate_device() is called even though input_allocate_polled_device(), which was just called, includes a call to that routine. This patch, which has not been tested, removes the redundant code. Signed-off-by: Larry Finger Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed