leds: fix led-bd2802 errors while resuming
authorKim Kyuwon <chammoru@gmail.com>
Wed, 10 Jun 2009 19:48:48 +0000 (12:48 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 23 Jun 2009 19:19:10 +0000 (20:19 +0100)
LED_CORE_SUSPENDRESUME flag is not needed in the bd2802 driver, because
all works for suspend/resume is done in bd2802_suspend and bd2802_suspend
functions.  And this patch allows bd2802 to be configured again when it
resumes from suspend.

Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>

No differences found