Skip to content

Commit

Permalink
ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
Browse files Browse the repository at this point in the history
The convention for i2c_device_id name does not need to have company prefix.

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
AxelLin authored and broonie committed Oct 28, 2014
1 parent f114040 commit b2a9a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/es8328-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b2a9a3b

Please sign in to comment.