You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function collected DEVICE_GOOD in ret when one of the vendor
attributes matched, but returned the hardcoded initial error, so every
successful set was reported as -LTFS_NO_XATTR. Return ret, matching
the sg backend. Found by -Wunused-but-set-variable.
Also remove two write-only variables in the same file.
0 commit comments