diff options
author | Pan Bian <bianpan2016@163.com> | 2016-12-04 06:45:15 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-05 20:53:46 +0100 |
commit | 7cf6156633b71743c09a8e56b1f0dedfc4ce6e66 (patch) | |
tree | 1bc2fbae1faa65d9f583c81bb6e348b91df6d19f /arch | |
parent | net: irda: set error code on failures (diff) | |
download | linux-7cf6156633b71743c09a8e56b1f0dedfc4ce6e66.tar.xz linux-7cf6156633b71743c09a8e56b1f0dedfc4ce6e66.zip |
atm: fix improper return value
It returns variable "error" when ioremap_nocache() returns a NULL
pointer. The value of "error" is 0 then, which will mislead the callers
to believe that there is no error. This patch fixes the bug, returning
"-ENOMEM".
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=189021
Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions