Re: [PATCH v2 2/5] mfd: ti_am335x_tscadc: Remove use of single line functions

2016-06-09 Thread Lee Jones
On Wed, 08 Jun 2016, Andrew F. Davis wrote: > tscadc_readl and tscadc_writel are single line functions and do not save > use anything, remove these. > > Signed-off-by: Andrew F. Davis > Acked-by: Lee Jones > --- > drivers/mfd/ti_am335x_tscadc.c | 44 > ++---

[PATCH v2 2/5] mfd: ti_am335x_tscadc: Remove use of single line functions

2016-06-08 Thread Andrew F. Davis
tscadc_readl and tscadc_writel are single line functions and do not save use anything, remove these. Signed-off-by: Andrew F. Davis Acked-by: Lee Jones --- drivers/mfd/ti_am335x_tscadc.c | 44 ++ 1 file changed, 15 insertions(+), 29 deletions(-) diff --g