commit | 52d7ee558d3babb4918eed6769f593adc1b6616e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sun Aug 08 00:01:12 2010 +0200 |
committer | Matthew Garrett <mjg@redhat.com> | Mon Aug 16 11:54:29 2010 -0400 |
tree | 89b54e76934e3d9c44fb8eb8e8647dc9a93350fd | |
parent | 2e0ee69c214a0197e1b081ffec9c409ab2a5f094 [diff] |
intel_ips: potential null dereference There is a potential NULL dereference of "limits." We can just return NULL earlier to avoid it. The caller already handles NULL returns. Signed-off-by: Dan Carpenter <error27@gmail.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Matthew Garrett <mjg@redhat.com>