[PATCH 17/26] staging: comedi: ni_labpc: only allocate necessary subdevices

H Hartley Sweeten hartleys at visionengravers.com
Wed Mar 20 15:50:47 UTC 2013


On Wednesday, March 20, 2013 4:46 AM, Ian Abbott wrote:
> On 2013-03-20 01:07, H Hartley Sweeten wrote:
>> Each comedi_subdevice uses one of the minors allocated to the
>> comedi subsystem. The devices used with this driver need a minimum
>> of 2 and a maximum of 5 subdevices.
>>
>> Only allocate and initialize the number of subdevices actually needed
>> by the device.
>
> This will break user-space code using one of these devices that assume 
> the previous subdevice numbers are still valid.

Fair enough. I'll drop this piece.

But, it seems like a waste to allocate the space for the unused subdevices and
waste the minors. I'm not sure how much space each struct comedi_subevice
takes but they probably add up.

Regards,
Hartley




More information about the devel mailing list