diff options
| author | Pan Bian <bianpan2016@163.com> | 2016-12-03 17:29:28 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-10 21:46:41 +0100 |
| commit | ddc5c9a37be4517270453ce909d3dfcc8de58230 (patch) | |
| tree | bdf83a866802e27140fda6be54b63ad4ca50a8e3 /drivers/char/mmtimer.c | |
| parent | d77044d142e960f7b5f814a91ecb8bcf86aa552c (diff) | |
misc: set error code when devm_kstrdup fails
In function sram_reserve_regions(), the value of return variable ret
should be negative on failures. However, the value of ret may be 0 even
if the call to devm_kstrdup() returns a NULL pointer. This patch
explicitly assigns "-ENOMEM" to ret on the path that devm_kstrdup()
fails.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188651
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/mmtimer.c')
0 files changed, 0 insertions, 0 deletions
