On Fri, Nov 26, 2021 at 10:07 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote: > > Hi Bartosz, > > This patchset contain minor fixes for the libgpiod 2.0 helpers that I found > during my rust bindings work with it. > > It is based on next/post-libgpiod-2.0 branch. > > -- > Viresh > > Viresh Kumar (2): > libgpiod: Fix ioctl number for gpiod_line_request_reconfigure_lines() > libgpiod: Remove dummy declaration gpiod_line_config_get_event_clock() > > include/gpiod.h | 12 ------------ > lib/line-request.c | 2 +- > 2 files changed, 1 insertion(+), 13 deletions(-) > > -- > 2.31.1.272.g89b43f80a514 > Thanks a lot! Are you fine with me squashing this with the big patch like I did with similar fixes from Ben before? The patch is technically still under development (this kind of bugs will be uncovered a lot once I start writing tests) and there's no reason to merge it into master with bugs. I would keep your signed-off-by of course. Bart