On Tue, Feb 19, 2019 at 9:23 AM saumah <[email protected]> wrote: > > parport_serial.c change for fix hanging problem while suspend machine. > parport_seria.c support the same vendor id and device id definition as sunix > multi-I/O card driver, when the sunix multi-io borad driver is > installed,there are two drivers to support the same sunix multi-io card,it > will cause operation error. >
Please use checkpatch to check your patch. > Signed-off-by: saumah <[email protected]> > --- > parport_serial.c | 180 +---------------------------------------------- > 1 file changed, 1 insertion(+), 179 deletions(-) > > diff --git a/parport_serial.c b/parport_serial.c > index ae9e01e..f54d1d3 100644 > --- a/parport_serial.c > +++ b/parport_serial.c This doesnot apply. git is showing error: error: parport_serial.c: No such file or directory > @@ -38,29 +38,10 @@ enum parport_pc_pci_cards { > siig_2p1s_20x, <snip> > > /* each element directly indexed from enum list, above */ > @@ -127,29 +108,10 @@ static struct parport_pc_pci cards[] = { > /* siig_2p1s_20x */ { 2, { { 1, 2 }, { 3, 4 }, } }, > /* siig_1s1p_20x */ { 1, { { 1, 2 }, } }, > /* siig_2s1p_20x */ { 1, { { 2, 3 }, } }, > - /* timedia_4078a */ { 1, { { 2, -1 }, } }, You are removing support for the parallel port of these boards. Can you please point me to the driver with which it conflicts. -- Regards Sudip

