[PATCH 2/3]drivers:staging:gma500:power.c Remove extra semicolon.

Justin P. Mattock justinmattock at gmail.com
Mon Nov 21 16:43:27 UTC 2011


From: "Justin P. Mattock" <justinmattock at gmail.com>

The patch below removes an extra semicolon.

Signed-off-by: Justin P. Mattock <justinmattock at gmail.com>
CC: Greg Kroah-Hartman <gregkh at suse.de>
CC: devel at driverdev.osuosl.org

---
 drivers/staging/gma500/power.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/gma500/power.c b/drivers/staging/gma500/power.c
index 436fe97..441ee98 100644
--- a/drivers/staging/gma500/power.c
+++ b/drivers/staging/gma500/power.c
@@ -304,7 +304,7 @@ int psb_runtime_suspend(struct device *dev)
 
 int psb_runtime_resume(struct device *dev)
 {
-	return gma_power_resume(dev);;
+	return gma_power_resume(dev);
 }
 
 int psb_runtime_idle(struct device *dev)
-- 
1.7.5.4




More information about the devel mailing list