diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:41:48 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-04 05:42:27 -0400 |
commit | cdbc653a04ee692a7105a96e8dd6055d9971d45c (patch) | |
tree | c1282680b3115edfd693a27bc6758208534ac557 /sound/pci/cmipci.c | |
parent | 009f8c90f571d87855914dbc20e6c0ea2a3b19ae (diff) | |
parent | ceec4684085a9e4dc60439d84ab47ce260444804 (diff) |
Merge branch 'for-next' into for-linus
4.18-rc1 merge material.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/cmipci.c')
-rw-r--r-- | sound/pci/cmipci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 26a657870664..452cc79b44af 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c | |||
@@ -1139,7 +1139,7 @@ static int save_mixer_state(struct cmipci *cm) | |||
1139 | struct snd_ctl_elem_value *val; | 1139 | struct snd_ctl_elem_value *val; |
1140 | unsigned int i; | 1140 | unsigned int i; |
1141 | 1141 | ||
1142 | val = kmalloc(sizeof(*val), GFP_ATOMIC); | 1142 | val = kmalloc(sizeof(*val), GFP_KERNEL); |
1143 | if (!val) | 1143 | if (!val) |
1144 | return -ENOMEM; | 1144 | return -ENOMEM; |
1145 | for (i = 0; i < CM_SAVED_MIXERS; i++) { | 1145 | for (i = 0; i < CM_SAVED_MIXERS; i++) { |