Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-06 Thread Konrad Zapalowicz
On 09/02, Greg KH wrote: On Tue, Sep 02, 2014 at 07:55:49PM +0200, Konrad Zapalowicz wrote: On 09/02, Greg KH wrote: On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: This commit adds the struct list_head to the struct dgnc_board so that it is now possible to use it

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Greg KH
On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: This commit adds the struct list_head to the struct dgnc_board so that it is now possible to use it with the Linux list facility. Signed-off-by: Konrad Zapalowicz bergo.torino+ker...@gmail.com ---

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Konrad Zapalowicz
On 09/02, Greg KH wrote: On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: This commit adds the struct list_head to the struct dgnc_board so that it is now possible to use it with the Linux list facility. Signed-off-by: Konrad Zapalowicz bergo.torino+ker...@gmail.com

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Greg KH
On Tue, Sep 02, 2014 at 07:55:49PM +0200, Konrad Zapalowicz wrote: On 09/02, Greg KH wrote: On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: This commit adds the struct list_head to the struct dgnc_board so that it is now possible to use it with the Linux list facility.

[PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-08-31 Thread Konrad Zapalowicz
This commit adds the struct list_head to the struct dgnc_board so that it is now possible to use it with the Linux list facility. Signed-off-by: Konrad Zapalowicz bergo.torino+ker...@gmail.com --- drivers/staging/dgnc/dgnc_driver.h | 1 + 1 file changed, 1 insertion(+) diff --git