iio: dac: mcp4728: rename err to ret in probe function
authorDavid Lechner <dlechner@baylibre.com>
Fri, 12 Jul 2024 16:03:52 +0000 (11:03 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Aug 2024 09:13:38 +0000 (10:13 +0100)
commitae40596980dd108506e0c4889b99eb5dbfc7dd86
tree1b2f6e69d1c6146a5bea973f7d286aa31b0c9e3f
parent248670153124a5f5af9ecfa93957ba455528db12
iio: dac: mcp4728: rename err to ret in probe function

To prepare for using a function that returns a non-error value, rename
the variable 'err' to 'ret' in the probe function.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20240712-iio-regulator-refactor-round-3-v1-1-835017bae43d@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/mcp4728.c