gpiosim: initialize the bank's num_lines field to 1
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 25 Apr 2022 12:35:56 +0000 (14:35 +0200)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 25 Apr 2022 12:41:55 +0000 (14:41 +0200)
commitd5ea8c9ed1fcf187e1b59cf448427b902a3d9aff
tree786188591ba501a03400bcdca8a3de965c16d45a
parent38f57b1084dcf92b24590ce1a7c4db32255277fc
gpiosim: initialize the bank's num_lines field to 1

If we create a simulated chip and never set the num_lines property, the
num_lines field remains set to 0 and the potential lineX and hog
directories within the bank's directory will not get removed so the
removal of the bank's and device's directories will fail too leaving
a dangling chip in place.

Initialize bank->num_lines to 1 to avoid this issue.

Fixes: a2f6e8cd3540 ("libgpiosim: new library for controlling the gpio-sim module")
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tests/gpiosim/gpiosim.c