staging: iio: resolver: ad2s1210: fix ad2s1210_show_fault
authorDavid Lechner <dlechner@baylibre.com>
Thu, 21 Sep 2023 14:43:44 +0000 (09:43 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 24 Sep 2023 17:54:55 +0000 (18:54 +0100)
commitc78a96ab0f52a12b344882241019dd9070aa988c
treea2f9ab75a0d4542c5d839287a0f6ee0f4a1af8f6
parentefea15e3c65d96bac17a4d8104e3fff7c07cc910
staging: iio: resolver: ad2s1210: fix ad2s1210_show_fault

When reading the fault attribute, an empty string was printed if the
fault register value was non-zero.

This is fixed by checking that the return value is less than zero
instead of not zero.

Also always print two hex digits while we are touching this line.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20230921144400.62380-4-dlechner@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/resolver/ad2s1210.c