Re: [PATCH 2/3] ipack: save carrier owner to allow device to get it

2014-09-03 Thread Samuel Iglesias Gonsálvez
On Tue, 2014-09-02 at 17:31 +0200, Federico Vaga wrote: > There was not any kind of protection against carrier driver removal. > In this way, device driver can 'get' the carrier driver when it is > using it. > > Signed-off-by: Federico Vaga > --- > drivers/ipack/carriers/tpci200.c |3 ++- >

[PATCH 2/3] ipack: save carrier owner to allow device to get it

2014-09-02 Thread Federico Vaga
There was not any kind of protection against carrier driver removal. In this way, device driver can 'get' the carrier driver when it is using it. Signed-off-by: Federico Vaga --- drivers/ipack/carriers/tpci200.c |3 ++- drivers/ipack/ipack.c|4 +++- include/linux/ipack.h