Rev 4591 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4591 | Rev 4680 | ||
|---|---|---|---|
| Line 544... | Line 544... | ||
| 544 | return; |
544 | return; |
| 545 | } |
545 | } |
| 546 | 546 | ||
| 547 | ipc_answer_0(iid, EOK); |
547 | ipc_answer_0(iid, EOK); |
| 548 | 548 | ||
| 549 | size_t name_size = str_size(device->name); |
- | |
| 550 | - | ||
| 551 | /* FIXME: |
549 | /* FIXME: |
| 552 | * We have no channel from DEVMAP to client, therefore |
550 | * We have no channel from DEVMAP to client, therefore |
| 553 | * sending must be initiated by client. |
551 | * sending must be initiated by client. |
| 554 | * |
552 | * |
| - | 553 | * size_t name_size = str_size(device->name); |
|
| - | 554 | * |
|
| 555 | * int rc = ipc_data_write_send(phone, device->name, name_size); |
555 | * int rc = ipc_data_write_send(phone, device->name, name_size); |
| 556 | * if (rc != EOK) { |
556 | * if (rc != EOK) { |
| 557 | * async_wait_for(req, NULL); |
557 | * async_wait_for(req, NULL); |
| 558 | * return rc; |
558 | * return rc; |
| 559 | * } |
559 | * } |