On 7/27/19 11:14 AM, Dmitry Torokhov wrote:
On Sat, Jul 20, 2019 at 05:05:11PM +0200, Maximilian Luz wrote:- - error = gpiod_count(dev, NULL); - if (error < 0) { - dev_dbg(dev, "no GPIO attached, ignoring...\n"); - return -ENODEV;I do not think we need to move this into individual "check" functions. It is needed in all cases so we should keep it here. How about version below?
Makes sense, looks good to me! Maximilian