Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sound/soc/sof/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
*/

#include <linux/mm.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/delay.h>
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/sof/ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset,
{
bool change;
unsigned int old, new;
u32 ret;
u32 ret = ~0; /* explicit init to remove uninitialized use warnings */

pci_read_config_dword(sdev->pci, offset, &ret);
dev_dbg(sdev->dev, "Debug PCIR: %8.8x at %8.8x\n",
Expand Down
1 change: 1 addition & 0 deletions sound/soc/sof/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>
*/

#include <linux/mm.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/delay.h>
Expand Down