Re: [U-Boot] [PATCH 14/30] dm: sound: max98095: Drop global i2c-address variable

2018-12-09 Thread sjg
We can put this in the private structure and avoid a global. Signed-off-by: Simon Glass --- drivers/sound/max98095.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Applied to u-boot-dm/master ___ U-Boot mailing list

[U-Boot] [PATCH 14/30] dm: sound: max98095: Drop global i2c-address variable

2018-12-03 Thread Simon Glass
We can put this in the private structure and avoid a global. Signed-off-by: Simon Glass --- drivers/sound/max98095.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/sound/max98095.c b/drivers/sound/max98095.c index 51556c07f5e..2ec67bf24a8 100644 ---