Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2a9a3b8 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id



The convention for i2c_device_id name does not need to have company prefix.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent f114040e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include "es8328.h"

static const struct i2c_device_id es8328_id[] = {
	{ "everest,es8328", 0 },
	{ "es8328", 0 },
	{ }
};
MODULE_DEVICE_TABLE(i2c, es8328_id);