|
@@ -963,7 +963,7 @@ static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg)
|
|
|
return true;
|
|
|
default:
|
|
|
return false;
|
|
|
- };
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
|
|
@@ -982,7 +982,7 @@ static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
|
|
|
return true;
|
|
|
default:
|
|
|
return false;
|
|
|
- };
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
static const struct regmap_config fsl_spdif_regmap_config = {
|