Re: [PATCH v1 3/8] parport: Convert to use managed functions pcim_* and devm_*

2018-02-04 Thread Nikola Ciprich
Tested-by: Nikola Ciprich pgpneyQshdJVy.pgp Description: PGP signature

Re: [PATCH v1 3/8] parport: Convert to use managed functions pcim_* and devm_*

2018-02-04 Thread Nikola Ciprich
Tested-by: Nikola Ciprich pgpneyQshdJVy.pgp Description: PGP signature

[PATCH v1 3/8] parport: Convert to use managed functions pcim_* and devm_*

2018-02-02 Thread Andy Shevchenko
This makes the error handling much more simpler than open-coding everything and in addition makes the probe function smaller an tidier. Signed-off-by: Andy Shevchenko --- drivers/parport/parport_serial.c | 15 +-- 1 file changed, 5 insertions(+),

[PATCH v1 3/8] parport: Convert to use managed functions pcim_* and devm_*

2018-02-02 Thread Andy Shevchenko
This makes the error handling much more simpler than open-coding everything and in addition makes the probe function smaller an tidier. Signed-off-by: Andy Shevchenko --- drivers/parport/parport_serial.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git