From 7e9ba553396d3a9a4c0420ebc2b19a971c48213f Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 4 Apr 2011 17:55:42 +0900 Subject: [PATCH] --- yaml --- r: 248251 b: refs/heads/master c: 34bad69cf63efc761b05f603d99e121b83635c08 h: refs/heads/master i: 248249: 898a757819c648c30a50a9f135f42f6c6837c01c 248247: e93e521aa370c44b8c355aa6814a4717ed009075 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-cache.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 14718eea4b3c..a582ee8abe41 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d420d40e9c044e8fae7957ed82cd63d2afe4147f +refs/heads/master: 34bad69cf63efc761b05f603d99e121b83635c08 diff --git a/trunk/sound/soc/soc-cache.c b/trunk/sound/soc/soc-cache.c index ed67c160724f..f46a198a48c0 100644 --- a/trunk/sound/soc/soc-cache.c +++ b/trunk/sound/soc/soc-cache.c @@ -393,10 +393,11 @@ static int snd_soc_16_16_spi_write(void *control_data, const char *data, #define snd_soc_16_16_spi_write NULL #endif -/* Primitive bulk write support for soc-cache. The data pointed to by `data' needs - * to already be in the form the hardware expects including any leading register specific - * data. Any data written through this function will not go through the cache as it - * only handles writing to volatile or out of bounds registers. +/* Primitive bulk write support for soc-cache. The data pointed to by + * `data' needs to already be in the form the hardware expects + * including any leading register specific data. Any data written + * through this function will not go through the cache as it only + * handles writing to volatile or out of bounds registers. */ static int snd_soc_hw_bulk_write_raw(struct snd_soc_codec *codec, unsigned int reg, const void *data, size_t len)