Changeset 0b7bcb8 in mainline for kernel/test/cht/cht1.c
- Timestamp:
- 2012-08-03T16:08:39Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 5e5cef3
- Parents:
- fbe17545
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/cht/cht1.c
rfbe17545 r0b7bcb8 235 235 { 236 236 cht_t h; 237 if (!cht_create(&h, 5, 0, &val_ops))237 if (!cht_create(&h, 5, 0, 0, &val_ops)) 238 238 return "Could not create the table."; 239 239 … … 445 445 cht_t h; 446 446 447 if (!cht_create(&h, 0, 0, &stress_ops)) {447 if (!cht_create(&h, 0, 0, 0, &stress_ops)) { 448 448 TPRINTF("Failed to create the table\n"); 449 449 return false;
Note:
See TracChangeset
for help on using the changeset viewer.