commit | 1ef9eaf2bf8901e92bb931875a5621692c8a0b84 | [log] [tgz] |
---|---|---|
author | Jim Cromie <jim.cromie@gmail.com> | Thu May 03 11:57:37 2012 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 04 17:24:22 2012 -0700 |
tree | d6e58f7aaff7345b9eca2985547ad9ac094446ce | |
parent | a85990b3b126e4fa443f1cbc18250a92c144ac27 [diff] |
params.c: fix Smack complaint about parse_args In commit 9fb48c744: "params: add 3rd arg to option handler callback signature", the if-guard added to the pr_debug was overzealous; no callers pass NULL, and existing code above and below the guard assumes as much. Change the if-guard to match, and silence the Smack complaint. CC: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>