Re: [PATCH] atmel_serial: RS485: receiving enabled when sendingdata

From: Russell King - ARM Linux
Date: Tue Aug 23 2011 - 06:25:06 EST


On Tue, Aug 23, 2011 at 11:14:38AM +0100, Alan Cox wrote:
> > atmel_serial: RS485: receiving enabled when sending data
> >
> > By default the atmel_serial driver in RS485 mode disables receiving data until
> > all data in the send buffer has been sent. This flag allows to receive data
> > even whilst sending data.
> >
> > Signed-off-by: Bernhard Roth <br@xxxxxxxxx>
> > Signed-off-by: Claudio Scordino <claudio@xxxxxxxxxxxxxxx>
>
> Acked-by: Alan Cox <alan@xxxxxxxxxxxxxxx>
>
> (although when we have people having a serious meta discussion about four
> spaces, or a tab or neither rather than functionality I despair)

We could ignore it, but then we end up with code being randomly
formatted throughout files, which makes it _more_ likely that the
code will be misread later. That in turn makes the chances of
bugs introduced more likely in the future.

It also encourages 'cleanup' patches further down the line, so more
churn - which is something that Linus has been complaining about,
particularly in regard to ARM stuff.

It's far better to get things right the first time round than have
to keep touching stuff time and time again - either because of
cleanup patches or because of subtle bugs introduced by misreading
the code.
--
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/