From: Gertjan van Wingerde Date: Wed, 30 Dec 2009 10:36:33 +0000 (+0100) Subject: rt2x00: Fix LED configuration setting for rt2800. X-Git-Tag: v2.6.33-rc5~71^2~13^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301a8234ea81938f0f083ae4e274d9c9296f3c86;p=pandora-kernel.git rt2x00: Fix LED configuration setting for rt2800. rt2800_blink_set uses an illegal value to set the LED_CFG_G_LED_MODE field of the LED_CFG register. This field is only 2 bits large, so should be initialized with value that fits. Use default value from the vendor driver. Signed-off-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed