diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-03-30 10:46:51 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-03-30 10:46:51 +0300 |
commit | aa21c3d4b941739651e77747d2f7a20a6c1d87bc (patch) | |
tree | ae46596c4fe5803fbd4746459a09a09cff5487e8 /sound/pci/hda/patch_ca0132.c | |
parent | 476c02e0b4fd9071d158f6a1a1dfea1d36ee0ffd (diff) | |
parent | 652bb5d8df4b3a79ed350db35cda12637e63efa7 (diff) | |
download | linux-aa21c3d4b941739651e77747d2f7a20a6c1d87bc.tar.xz |
Merge branch 'for-next' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_ca0132.c')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 10223e080d59..34fe753a46fb 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -2699,7 +2699,7 @@ struct dsp_image_seg { u32 magic; u32 chip_addr; u32 count; - u32 data[0]; + u32 data[]; }; static const u32 g_magic_value = 0x4c46584d; |