Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-06-17 Thread Libo Chen
On 2013/6/18 7:30, Samuel Ortiz wrote: > Hi Libo, > > > On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote: >> use module_pci_driver instead of init/exit, make code clean. >> >> Signed-off-by: Libo Chen >> --- >> drivers/mfd/lpc_ich.c | 13 + >> 1 files changed, 1

Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-06-17 Thread Samuel Ortiz
Hi Libo, On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote: > use module_pci_driver instead of init/exit, make code clean. > > Signed-off-by: Libo Chen > --- > drivers/mfd/lpc_ich.c | 13 + > 1 files changed, 1 insertions(+), 12 deletions(-) Patch applied, thanks.

Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-06-17 Thread Samuel Ortiz
Hi Libo, On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote: use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen libo.c...@huawei.com --- drivers/mfd/lpc_ich.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) Patch applied,

Re: [PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-06-17 Thread Libo Chen
On 2013/6/18 7:30, Samuel Ortiz wrote: Hi Libo, On Mon, May 27, 2013 at 10:28:56AM +0800, Libo Chen wrote: use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen libo.c...@huawei.com --- drivers/mfd/lpc_ich.c | 13 + 1 files changed, 1

[PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen --- drivers/mfd/lpc_ich.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 9f12f91..06431df 100644 ---

[PATCH 10/24] drivers/mfd/lpc_ich: Convert to module_pci_driver

2013-05-26 Thread Libo Chen
use module_pci_driver instead of init/exit, make code clean. Signed-off-by: Libo Chen libo.c...@huawei.com --- drivers/mfd/lpc_ich.c | 13 + 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 9f12f91..06431df 100644