All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Delete an unwanted return statement at evgpe.c
@ 2008-07-04  5:26 Lin Ming
  0 siblings, 0 replies; only message in thread
From: Lin Ming @ 2008-07-04  5:26 UTC (permalink / raw)
  To: ak; +Cc: linux-acpi

Len's tree branch release-2.6.27, found an unwanted return statement at
evgpe.c.

(git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
release-2.6.27)

Signed-of-by Lin Ming <ming.m.lin@intel.com>
---
diff --git a/drivers/acpi/events/evgpe.c b/drivers/acpi/events/evgpe.c
index c5e53aa..f45c74f 100644
--- a/drivers/acpi/events/evgpe.c
+++ b/drivers/acpi/events/evgpe.c
@@ -289,8 +289,6 @@ acpi_status acpi_ev_disable_gpe(struct
acpi_gpe_event_info *gpe_event_info)
 	 */
 	status = acpi_hw_low_disable_gpe(gpe_event_info);
 	return_ACPI_STATUS(status);
-
-	return_ACPI_STATUS(AE_OK);
 }
 
 /*******************************************************************************

Lin Ming


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-04  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04  5:26 [PATCH] Delete an unwanted return statement at evgpe.c Lin Ming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.