Re: [PATCH] node_device: fix missing return from function nodedevRegister

2022-10-25 Thread Michal Prívozník
On 10/25/22 01:07, jcfara...@gmail.com wrote: > From: Julio Faracco > > The function nodedevRegister() (or all register functions) requires an > integer as a return. That function is not returning a value when UDEV is > not set. This commit just adds a generic return for that specific case. > >

Re: [PATCH] node_device: fix missing return from function nodedevRegister

2022-10-24 Thread Julio Faracco
Em seg., 24 de out. de 2022 às 20:09, escreveu: > > From: Julio Faracco My apologies folks. I simply configured a new machine today and I forgot to remove some predefined settings I have. If someone could suppress this section I would be glad. :-) > > The function nodedevRegister() (or all regi

[PATCH] node_device: fix missing return from function nodedevRegister

2022-10-24 Thread jcfaracco
From: Julio Faracco The function nodedevRegister() (or all register functions) requires an integer as a return. That function is not returning a value when UDEV is not set. This commit just adds a generic return for that specific case. Signed-off-by: Julio Faracco --- src/node_device/node_devi