public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mca: delete unreached line
@ 2006-01-06  2:28 Akinobu Mita
  0 siblings, 0 replies; only message in thread
From: Akinobu Mita @ 2006-01-06  2:28 UTC (permalink / raw)
  To: jejb; +Cc: linux-kernel, trivial

Is this a misprint?

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>

--- 2.6-rc/drivers/mca/mca-device.c.orig	2005-12-09 15:29:26.000000000 +0800
+++ 2.6-rc/drivers/mca/mca-device.c	2005-12-09 15:29:42.000000000 +0800
@@ -65,8 +65,6 @@ unsigned char mca_device_read_pos(struct
 	struct mca_bus *mca_bus = to_mca_bus(mca_dev->dev.parent);
 
 	return mca_bus->f.mca_read_pos(mca_dev, reg);
-
-	return 	mca_dev->pos[reg];
 }
 EXPORT_SYMBOL(mca_device_read_pos);
 

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

only message in thread, other threads:[~2006-01-06  2:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06  2:28 [PATCH] mca: delete unreached line Akinobu Mita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox