Re: [PATCH 1/2] clk: meson: use dev pointer where possible

2018-01-18 Thread Neil Armstrong
On 18/01/2018 13:08, Jerome Brunet wrote: > The 'dev' pointer is directly available in gxbb and axg clock > controller, so consistently use it instead of going the through the > 'pdev' pointer once in while > > Signed-off-by: Jerome Brunet > --- > drivers/clk/meson/axg.c | 8 > drivers

[PATCH 1/2] clk: meson: use dev pointer where possible

2018-01-18 Thread Jerome Brunet
The 'dev' pointer is directly available in gxbb and axg clock controller, so consistently use it instead of going the through the 'pdev' pointer once in while Signed-off-by: Jerome Brunet --- drivers/clk/meson/axg.c | 8 drivers/clk/meson/gxbb.c | 2 +- 2 files changed, 5 insertions(+)