From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 20 Mar 2018 12:07:28 -0400 (EDT) Subject: [PATCH v2] net: ethernet: arc: Fix a potential memory leak if an optional regulator is deferred In-Reply-To: <7fd57a4e79da41dccf55430cbc43de340a7f1826.1521061530.git.christophe.jaillet@wanadoo.fr> References: <7fd57a4e79da41dccf55430cbc43de340a7f1826.1521061530.git.christophe.jaillet@wanadoo.fr> Message-ID: <20180320.120728.1961514582193776638.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Christophe JAILLET Date: Sun, 18 Mar 2018 23:59:36 +0100 > If the optional regulator is deferred, we must release some resources. > They will be re-allocated when the probe function will be called again. > > Fixes: 6eacf31139bf ("ethernet: arc: Add support for Rockchip SoC layer device tree bindings") > Signed-off-by: Christophe JAILLET > --- > v2: v1 did not compile because of an erroneous variable name. s/ret/err/ Applied and queued up for -stable, thanks.