commit | 92d94a7ec552fafaa036fdb04d0894d6c444cafb | [log] [tgz] |
---|---|---|
author | Alan Tull <atull@opensource.altera.com> | Thu Oct 22 12:38:38 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Oct 23 16:49:44 2015 -0700 |
tree | fc240466f1bf3079934ba839c3b82656035b7e9f | |
parent | 654ba4cc0f3ed7c0f08bfb39f66059d8c42943ee [diff] |
fpga manager: remove unnecessary null pointer checks Remove unnecessary null pointer checks. We want the caller of these functions to do their own pointer checks. Add some comments to document this. Signed-off-by: Alan Tull <atull@opensource.altera.com> Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>