Re: [RFC PATCH v1 15/15] node_device_udev: Make the code easier to read

2024-04-16 Thread Boris Fiuczynski
Reviewed-by: Boris Fiuczynski On 4/12/24 15:36, Marc Hartmayer wrote: There is only one case where force is true, therefore let's inline that case. Signed-off-by: Marc Hartmayer --- src/node_device/node_device_udev.c | 25 +++-- 1 file changed, 11 insertions(+), 14 dele

[RFC PATCH v1 15/15] node_device_udev: Make the code easier to read

2024-04-12 Thread Marc Hartmayer
There is only one case where force is true, therefore let's inline that case. Signed-off-by: Marc Hartmayer --- src/node_device/node_device_udev.c | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/node_device/node_device_udev.c b/src/node_device