Typos' in Bahadir's repo corrected, we are in good shape now and in sync

with bahadir's latest devel branch
This commit is contained in:
Amit Mahajan
2009-11-30 16:07:36 +05:30
parent 6654e13fa3
commit b9362985e0
2 changed files with 8 additions and 1 deletions

View File

@@ -149,8 +149,10 @@ int cap_read_all()
"complete CAP_CONTROL_READ_CAPS request.\n");
BUG();
}
#if 0
cap_array_print(&caparray);
#endif
return 0;
}

View File

@@ -75,6 +75,11 @@ void cap_print(struct capability *cap)
printf("Capability type:\t\t%s\n", "Mutex");
break;
case CAP_TYPE_IRQCTRL:
printf("Capability resource type:\t%s\n", "IRQ");
break;
}
}
void cap_array_print()
{
printf("Capabilities\n"