Re: [PATCH 8/8] USB: serial: fix minor-number allocation

2016-05-10 Thread Johan Hovold
On Mon, May 09, 2016 at 07:26:27AM +0200, Greg Kroah-Hartman wrote: > On Sun, May 08, 2016 at 08:08:03PM +0200, Johan Hovold wrote: > > Due to a missing upper bound, invalid minor numbers could be assigned to > > ports. Such devices would later fail to register, but let's catch this > > early as in

Re: [PATCH 8/8] USB: serial: fix minor-number allocation

2016-05-08 Thread Greg KH
On Sun, May 08, 2016 at 08:08:03PM +0200, Johan Hovold wrote: > Due to a missing upper bound, invalid minor numbers could be assigned to > ports. Such devices would later fail to register, but let's catch this > early as intended and avoid having devices with only a subset of their > ports register