diff mbox

ASoC: rt286: make rt286_i2c_driver static

Message ID 1404987297-18313-1-git-send-email-bardliao@realtek.com (mailing list archive)
State Accepted
Commit 23c4fd5c9719e8fc60d589b9f9c7451120f4f3e9
Headers show

Commit Message

Bard Liao July 10, 2014, 10:14 a.m. UTC
From: Bard Liao <bardliao@realtek.com>

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
This is reported by kbuild test robot. I don't know if my sob line
is needed or not.
---
 sound/soc/codecs/rt286.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown July 10, 2014, 10:44 a.m. UTC | #1
On Thu, Jul 10, 2014 at 06:14:57PM +0800, bardliao@realtek.com wrote:
> From: Bard Liao <bardliao@realtek.com>
> 
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
> This is reported by kbuild test robot. I don't know if my sob line
> is needed or not.

Yes, you should add a signed-off-by to any patch you forward from
someone else.
diff mbox

Patch

diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c
index 8103315..218f86e 100644
--- a/sound/soc/codecs/rt286.c
+++ b/sound/soc/codecs/rt286.c
@@ -1206,7 +1206,7 @@  static int rt286_i2c_remove(struct i2c_client *i2c)
 }
 
 
-struct i2c_driver rt286_i2c_driver = {
+static struct i2c_driver rt286_i2c_driver = {
 	.driver = {
 		   .name = "rt286",
 		   .owner = THIS_MODULE,