Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216650
b: refs/heads/master
c: 0589944
h: refs/heads/master
v: v3
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Oct 19, 2010
1 parent 7535e3e commit db84717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e86e1244a41352d1b78d32c10316fc4df2c86a8a
refs/heads/master: 0589944661b9a9b9692f455fbbfce5eeda8fa7b6
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@ static inline char *fmt_single_name(struct device *dev, int *id)
char tmp[NAME_SIZE];

/* create unique ID number from I2C addr and bus */
*id = ((id1 && 0xffff) << 16) + id2;
*id = ((id1 & 0xffff) << 16) + id2;

/* sanitize component name for DAI link creation */
snprintf(tmp, NAME_SIZE, "%s.%s", dev->driver->name, name);
Expand Down

0 comments on commit db84717

Please sign in to comment.