Date: Tue, 15 Jan 2019 00:53:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231567] [patch] led.c, set_led() always succeed even when it fails Message-ID: <bug-231567-227-CWTXiyvl6o@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231567-227@https.bugs.freebsd.org/bugzilla/> References: <bug-231567-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231567 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: gonzo Date: Tue Jan 15 00:52:41 UTC 2019 New revision: 343029 URL: https://svnweb.freebsd.org/changeset/base/343029 Log: [led] propagate error from set_led() to the caller Do not lose error condition by always returning 0 from set_led. None of the calls to set_led checks for return value at the moment so none of API consumers in base is affected. PR: 231567 Submitted by: Bertrand Petit <bsdpr@phoe.frmug.org> MFC after: 1 week Changes: head/sys/dev/led/led.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231567-227-CWTXiyvl6o>