Messages in this thread |  | | | Date | Sun, 11 Dec 2011 11:03:18 +0800 | | From | Mark Brown <> | | Subject | Re: [PATCH 1/5] ASoC: mxs: General cleanups |
| |
On Fri, Dec 09, 2011 at 02:38:08PM +0100, Lothar Waßmann wrote: > Some textual cleanups without functional changes > > Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> > --- > sound/soc/codecs/sgtl5000.c | 13 ++++++------- > sound/soc/mxs/mxs-saif.c | 2 +-
This is mostly a patch to a CODEC driver not anything to do with mxs as the subject says and
> static const struct i2c_device_id sgtl5000_id[] = { > {"sgtl5000", 0}, > - {}, > + { /* sentinel */ }
I'm not sure I actually find that an improvement; if we're going to actively go out and do that we should do it consistently. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |