commit | ddca8f3ed36c5d25363dab6762829868af09cb02 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Dec 06 05:24:19 2011 +0000 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Dec 06 06:00:59 2011 +0000 |
tree | a954dea7351e0f36fa2872ad39b9c4ea5f2cc5d8 | |
parent | c638830d040696ff2bae07785fd4277e7e3fe7c4 [diff] |
iscsi-target: Fix hex2bin warn_unused compile message Fix the following compile warning with hex2bin() usage: drivers/target/iscsi/iscsi_target_auth.c: In function ‘chap_string_to_hex’: drivers/target/iscsi/iscsi_target_auth.c:35: warning: ignoring return value of ‘hex2bin’, declared with attribute warn_unused_result Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>