projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d92d9
)
ASoC: jz4740-i2s: Remove unused 'mem' resource
author
Aidan MacDonald
<aidanmacdonald.0x0@gmail.com>
Fri, 8 Jul 2022 16:02:35 +0000
(17:02 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 20 Jul 2022 20:43:53 +0000
(21:43 +0100)
This isn't used and doesn't need to be in the private data struct.
Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link:
https://lore.kernel.org/r/20220708160244.21933-3-aidanmacdonald.0x0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/jz4740/jz4740-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/jz4740/jz4740-i2s.c
b/sound/soc/jz4740/jz4740-i2s.c
index ecd8df70d39c54f7f588975d62c50a54c9b08fbe..c4c1e89b47c1b91725810f52ca6946041af455b9 100644
(file)
--- a/
sound/soc/jz4740/jz4740-i2s.c
+++ b/
sound/soc/jz4740/jz4740-i2s.c
@@
-93,7
+93,6
@@
struct i2s_soc_info {
};
struct jz4740_i2s {
- struct resource *mem;
void __iomem *base;
struct clk *clk_aic;