Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640193 > unrolled thread

[PATCH 1/3] EDAC: mv64x60: remove unused variable

Started byChris Packham <chris.packham@alliedtelesis.co.nz>
First post2017-05-12 06:30 +0200
Last post2017-05-12 06:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/3] EDAC: mv64x60: remove unused variable Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-05-12 06:30 +0200

#1640193 — [PATCH 1/3] EDAC: mv64x60: remove unused variable

FromChris Packham <chris.packham@alliedtelesis.co.nz>
Date2017-05-12 06:30 +0200
Subject[PATCH 1/3] EDAC: mv64x60: remove unused variable
Message-ID<tGanf-7y4-9@gated-at.bofh.it>
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 drivers/edac/mv64x60_edac.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/edac/mv64x60_edac.c b/drivers/edac/mv64x60_edac.c
index 14b7e7b71eaa..454e1e26ee7c 100644
--- a/drivers/edac/mv64x60_edac.c
+++ b/drivers/edac/mv64x60_edac.c
@@ -853,8 +853,6 @@ static struct platform_driver * const drivers[] = {
 
 static int __init mv64x60_edac_init(void)
 {
-	int ret = 0;
-
 	printk(KERN_INFO "Marvell MV64x60 EDAC driver " MV64x60_REVISION "\n");
 	printk(KERN_INFO "\t(C) 2006-2007 MontaVista Software\n");
 	/* make sure error reporting method is sane */
-- 
2.11.0.24.ge6920cf

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web