Merge remote-tracking branch 'asoc/topic/warn' into asoc-next

This commit is contained in:
Mark Brown
2013-11-08 10:43:41 +00:00
28 changed files with 138 additions and 92 deletions

View File

@@ -36,7 +36,8 @@ static bool snd_soc_set_cache_val(void *base, unsigned int idx,
break;
}
default:
BUG();
WARN(1, "Invalid word_size %d\n", word_size);
break;
}
return false;
}
@@ -57,7 +58,8 @@ static unsigned int snd_soc_get_cache_val(const void *base, unsigned int idx,
return cache[idx];
}
default:
BUG();
WARN(1, "Invalid word_size %d\n", word_size);
break;
}
/* unreachable */
return -1;