bindings: python: directly return the value from PyErr_SetFromErrno()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 19 Sep 2019 16:51:27 +0000 (18:51 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 19 Sep 2019 16:51:27 +0000 (18:51 +0200)
commit1395cf9edfaaf10e505d002d937086d9008b3195
tree565ceb3da21ddc111d35b297851805e29ec25743
parente5168c1bbe72f079626d5082f483c3784838c239
bindings: python: directly return the value from PyErr_SetFromErrno()

PyErr_SetFromErrno() always returns NULL. We can return from functions
on failure directly instead of calling it and then returning NULL in
the next line.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c