Re: [PATCH 2/2] Staging: common: gpib_os: simplify return value handling

From: Thomas Andreatta
Date: Sat May 10 2025 - 13:43:44 EST


> But again, as this can not fail, why is this needed?

Agree, should've checked it before trying to solve the "FIXME".

> Start way back at the "ends" of the call chain. If they can fail, then
start propagating the error up all the way to here.

Sounds logic, will add it to my check-list from now on, thanks!

Best,
Thomas