Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- printf("%s = %s\n", *key, *value);
+ /* printf("%s = %s\n", *key, *value); */
break;
if (strncasecmp(item->key, key, strlen(item->key)) == 0) {
break;
if (strncasecmp(item->key, key, strlen(item->key)) == 0) {
- printf("calling %p, for key = '%s' and value = '%s'\n", item->callback, key, value);
+ /*
+ * printf("calling %p, for key = '%s' and value = * '%s'\n",
+ * item->callback, key, value);
+ */
result = item->callback(session, value);
if (!result)
return;
result = item->callback(session, value);
if (!result)
return;