Re: [PATCH] [NET]: Remove PowerPC code from fec.c
From: Jochen Friedrich <jochen@scram.de>
Date: 2008-01-25 16:05:31
Also in:
linuxppc-dev, lkml
From: Jochen Friedrich <jochen@scram.de>
Date: 2008-01-25 16:05:31
Also in:
linuxppc-dev, lkml
Hi Frans,
Jochen Friedrich wrote:quoted
+++ b/drivers/net/fec.c@@ -23,6 +23,9 @@ * * Bug fixes and cleanup by Philippe De Muyter (phdm@macqel.be) * Copyright (c) 2004-2006 Macq Electronique SA. + * + * This driver is now only used on ColdFire processors. Remove conditional + * Powerpc code. */This comment makes sense for a changelog, but IMO it makes no sense at all to add it to the file.
I just added it to clarify this code is now only used on m68knommu (Coldfire). The comments on top are mailny about MPC860T CPUs (PowerPC), however the driver is no longer used for these CPUs. Maybe the wording should be changed to: This driver is now only used on ColdFire (m68knommu) processors. Conditional PowerPC code has been removed. Thanks, Jochen