Merge branch 'fix/misc' into for-linus
这个提交包含在:
@@ -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;
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户