Re: [PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-07-25 Thread Greg KH
On Thu, Jul 25, 2013 at 04:15:49PM +0200, Anders Hammarquist wrote: > In a message of Wed, 24 Jul 2013 15:52:08 -0700, Greg KH writes: > >On Sat, Jun 22, 2013 at 08:55:59PM +0200, Anders Hammarquist wrote: > >> > >> Signed-off-by: Anders Hammarquist > >> --- > >> drivers/usb/serial/ti_usb_3410_5

Re: [PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-07-25 Thread Anders Hammarquist
In a message of Wed, 24 Jul 2013 15:52:08 -0700, Greg KH writes: >On Sat, Jun 22, 2013 at 08:55:59PM +0200, Anders Hammarquist wrote: >> >> Signed-off-by: Anders Hammarquist >> --- >> drivers/usb/serial/ti_usb_3410_5052.c | 29 - >> 1 file changed, 24 insertions(+),

Re: [PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-07-24 Thread Greg KH
On Sat, Jun 22, 2013 at 08:55:59PM +0200, Anders Hammarquist wrote: > > Signed-off-by: Anders Hammarquist > --- > drivers/usb/serial/ti_usb_3410_5052.c | 29 - > 1 file changed, 24 insertions(+), 5 deletions(-) This patch, and your previous one, are no longer neede

[PATCH 2/2] Remove static sizing of usb_device_id arrays

2013-06-22 Thread Anders Hammarquist
Signed-off-by: Anders Hammarquist --- drivers/usb/serial/ti_usb_3410_5052.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index 26c1161..441c788 100644 --- a/driv