commit | 6f8a4da17ea2c8467f88a586ae1d6fcfe2c66222 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Tue Nov 27 21:51:39 2007 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:05:10 2008 -0800 |
tree | dc6d4e50adfe470af65fe29ee7024cb51f384d05 | |
parent | 61af43c56bef2cfcb8f1d9aab4e766e0f7bdd893 [diff] |
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 <Larry.Finger@lwfinger.net> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>