Merge branch 'fix/misc' into for-linus
[safe/jmp/linux-2.6] / sound / pci / hda / patch_realtek.c
index 0877bae..c746505 100644 (file)
@@ -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;