Merge branch 'fix/misc' into for-linus

这个提交包含在:
Takashi Iwai
2009-12-21 12:05:40 +01:00
当前提交 1f26cb92a2
修改 10 个文件,包含 73 行新增132 行删除

查看文件

@@ -12924,7 +12924,7 @@ static int patch_alc268(struct hda_codec *codec)
int board_config;
int i, has_beep, err;
spec = kcalloc(1, sizeof(*spec), GFP_KERNEL);
spec = kzalloc(sizeof(*spec), GFP_KERNEL);
if (spec == NULL)
return -ENOMEM;