Re: [PATCH -next] coresight-tpiu: use module_amba_driver to simplify the code

2014-12-11 Thread Mathieu Poirier
On 9 December 2014 at 06:13, wrote: > From: Wei Yongjun > > module_amba_driver() makes the code simpler by eliminating > boilerplate code. > > Signed-off-by: Wei Yongjun > --- > drivers/coresight/coresight-tpiu.c | 12 +--- > 1 file changed, 1 insertion(+), 11 deletions(-) > > diff --g

[PATCH -next] coresight-tpiu: use module_amba_driver to simplify the code

2014-12-09 Thread weiyj_lk
From: Wei Yongjun module_amba_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Wei Yongjun --- drivers/coresight/coresight-tpiu.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/coresight/coresight-tpiu.c b/drivers/coresi