diff options
author | Dan Carpenter <[email protected]> | 2018-07-16 12:42:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-07-16 12:48:07 +0200 |
commit | d9995a0fab40af333b08902ad43a387843ca0e17 (patch) | |
tree | 98e3a413a9db294b3532ddcb5e59ce71afafac4e /net/switchdev/switchdev.c | |
parent | 55570f1a441787f67efe1aef3b5deae431ca7ee9 (diff) |
gnss: fix potential error pointer dereference
The gnss_allocate_device() function returns a mix of NULL and error
pointers on error. It should only return one or the other. Since the
callers both check for NULL, I've modified it to return NULL on error.
Fixes: 2b6a44035143 ("gnss: add GNSS receiver subsystem")
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions