]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/soc/fsl/fsl_ssi.c
ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
[mirror_ubuntu-bionic-kernel.git] / sound / soc / fsl / fsl_ssi.c
index 424bafaf51efe63e108fcd83ce3c6bda43f9e92c..4861f25052d2c0be057f186e5910670e70af346c 100644 (file)
@@ -358,8 +358,7 @@ static irqreturn_t fsl_ssi_isr(int irq, void *dev_id)
 {
        struct fsl_ssi_private *ssi_private = dev_id;
        struct regmap *regs = ssi_private->regs;
-       __be32 sisr;
-       __be32 sisr2;
+       u32 sisr, sisr2;
 
        /* We got an interrupt, so read the status register to see what we
           were interrupted for.  We mask it with the Interrupt Enable register