[PATCH] mca: delete unreached line

From: Akinobu Mita
Date: Thu Jan 05 2006 - 21:26:53 EST


Is this a misprint?

Signed-off-by: Akinobu Mita <mita@xxxxxxxxxxxxxxxx>

--- 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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/