Skip to content

fpi-device: Return proper type on identification success

Identify function is supposed to propagate a boolean value, but we make it return an integer instead on idle, this can be normally the same in most of architectures, but not in BE ones.

So, make it return the proper type. Fixes test failures in s390x.

Related to #236 (closed)

Merge request reports